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