powered by
left(x, c = 5L, ...)
corner
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