powered by
bottomleft(x, r = 5L, c = 5L, ...)
corner
head
tail
topright
topleft
bottomright
left
right
data(diamonds) head(diamonds) # displays all columns bottomleft(diamonds) # displays last 5 rows and only the first 5 columns
Run the code above in your browser using DataLab