nrow | R Documentation |
Number of rows or columns
nrow(df, ...)
## S3 method for class 'disk.frame'
nrow(df, ...)
ncol(df)
## S3 method for class 'disk.frame'
ncol(df)
df |
a disk.frame |
... |
passed to base::nrow |
cars.df = as.disk.frame(cars)
# return total number of column and rows
ncol(cars.df)
nrow(cars.df)
# clean up cars.df
delete(cars.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.