catsize | R Documentation |
Get NCOL(x)
and NROW{x}
catsize(x, name = NULL, verbose = TRUE, newline = TRUE)
x |
R object (usually that inherits from matrix or data.frame) |
name |
Character: Name of input object |
verbose |
Logical: If TRUE, print NROW and NCOL to console. |
newline |
Logical: If TRUE, end with new line character. |
vector of NROW, NCOL invisibly
E.D. Gennatas
catsize(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.