ncol | R Documentation |
Dataset dimensions
ncol(x)
## S4 method for signature 'CrunchDataset'
dim(x)
## S4 method for signature 'CrunchDataset'
ncol(x)
x |
a Dataset |
integer vector of length 2, indicating the number of rows and non-hidden variables in the dataset. Array subvariables are excluded from the column count.
base::dim()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.