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