catsize | R Documentation |
Get NCOL(x)
and NROW{x}
catsize(x, name = NULL, verbosity = 1L, newline = TRUE)
x |
R object (usually that inherits from matrix or data.frame) |
name |
Character: Name of input object |
verbosity |
Integer: Verbosity level. |
newline |
Logical: If TRUE, end with new line character. |
vector of NROW, NCOL invisibly
EDG
## Not run:
catsize(iris)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.