Similar to base-R nrow(), ncol() and dim(), this set of functions
let's you retrieve the number of rows and columns of a data.frame.
Usage
nrowC(x)
ncolC(x)
dimC(x)
Value
dimC() returns an integer vector of length 2 (number of rows and
columns); nrowC() (or ncolC()) returns the number of rows (or columns)
as a single integer.