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