left | R Documentation |
Display the left side of a rectangular data set
left(x, c = 5L, ...)
x |
The data |
c |
Number of columns to show |
... |
Arguments passed on to other functions |
Displays the left side of a rectangular data set.
This is a wrapper function for corner
... The left side of the data set that was requested. The size depends on c.
Jared P. Lander www.jaredlander.com
head
tail
corner
topright
bottomleft
bottomright
topleft
right
data(diamonds)
head(diamonds) # displays all columns
left(diamonds) # displays all rows and only the first 5 columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.