powered by
Prints the first n rows and columns of a data frame or matrix.
corner(x, n = 5)
The corner of the data frame
A data.frame.
The number of rows/columns to print.
corner(mtcars) corner(iris, n=4)
Run the code above in your browser using DataLab