powered by
right(x, c = 5L, ...)
corner
head
tail
topright
bottomleft
bottomright
topleft
data(diamonds) head(diamonds) # displays all columns right(diamonds) # displays all rows and only the last 5 columns
Run the code above in your browser using DataLab