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