nrow-ncol | R Documentation |
nrow()
and ncol()
return the number of rows or columns present in x.
nrow(x, ...)
## Default S3 method:
nrow(x, ...)
## S3 method for class 'ddf_col'
nrow(x, ...)
## S3 method for class 'tbl_ddf'
nrow(x, ...)
ncol(x, ...)
## Default S3 method:
ncol(x, ...)
## S3 method for class 'ddf_col'
ncol(x, ...)
## S3 method for class 'tbl_ddf'
ncol(x, ...)
x |
An object. |
... |
Other arguments passed on to methods. |
These functions override base functions to make them generic. The default methods call the base versions.
An integer or NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.