catsize: Print Size

View source: R/print_ops.R

catsizeR Documentation

Print Size

Description

Get NCOL(x) and NROW{x}

Usage

catsize(x, name = NULL, verbose = TRUE, newline = TRUE)

Arguments

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.

Value

vector of NROW, NCOL invisibly

Author(s)

E.D. Gennatas

Examples

catsize(iris)

egenn/rtemis documentation built on April 24, 2024, 6:58 p.m.