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