big_head | R Documentation |
Returns the upper left corner of a large matrix. Extends the utils::head.matrix function by not only return the first n rows but also the first m cols.
big_head(x, n = 6L, m = 10L, ...)
x |
a matrix or data.frame |
n |
number of rows to return |
m |
number of cols to return |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.