dim.DAIFrame.RdProvides the dimensions of the DAIFrame as a numeric vector of length 2: (number of rows, number of columns).
# S3 method for DAIFrame dim(x)
| x | DAIFrame |
|---|
A vector (number of rows, number of columns).
dai.nrow dai.ncol
# NOT RUN { iris_dai <- as.DAIFrame(iris, progress = FALSE) dim(iris_dai) # }