Skip to contents

Get NCOL(x) and NROW{x}

Usage

catsize(x, name = NULL, verbosity = 1L, newline = TRUE)

Arguments

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.

Value

vector of NROW, NCOL invisibly

Author

EDG

Examples

if (FALSE) { # \dontrun{
catsize(iris)
} # }