Provides the dimensions of the DAIFrame as a numeric vector of length 2: (number of rows, number of columns).

# S3 method for DAIFrame
dim(x)

Arguments

x

DAIFrame

Value

A vector (number of rows, number of columns).

See also

Examples

iris_dai <- as.DAIFrame(iris, progress = FALSE)
dim(iris_dai)