Prints the first n rows and columns of a data frame or matrix.
corner(x, n = 5)
x
A data.frame.
n
The number of rows/columns to print.
The corner of the data frame
corner(mtcars) corner(iris, n=4)