| corner | R Documentation | 
This function prints the upper left corner of a matrix.
corner(dat, n = 6, m = 4)
| dat | A matrix or dataframe | 
| n | Number of rows to be shown at most | 
| m | Number of columns to be shown at most | 
A matrix or data.frame with n rows and m columns
float
corner(matrix(rnorm(1000),100,100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.