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