powered by
Display the bottom right corner of a rectangular data set
bottomright(x, r = 5L, c = 5L, ...)
... The bottom right corner of the data set that was requested. The size depends on r and c.
The data
Number of rows to display
Number of columns to show
Arguments passed on to other functions
Jared P. Lander www.jaredlander.com
Displays the bottom right corner of a rectangular data set.
This is a wrapper function for corner
corner
head tail corner topright bottomleft topleft left right
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