powered by
Display the left side of a rectangular data set
left(x, c = 5L, ...)
... The left side of the data set that was requested. The size depends on c.
The data
Number of columns to show
Arguments passed on to other functions
Jared P. Lander www.jaredlander.com
Displays the left side of a rectangular data set.
This is a wrapper function for corner
corner
head tail corner topright bottomleft bottomright topleft right
head
tail
topright
bottomleft
bottomright
topleft
right
data(diamonds) head(diamonds) # displays all columns left(diamonds) # displays all rows and only the first 5 columns
Run the code above in your browser using DataLab