rows {tangram} | R Documentation |
S3 object to return number of rows/cols in object
Description
Number of rows/cols in provided object
Usage
rows(x)
cols(x)
## S3 method for class 'list'
rows(x)
## S3 method for class 'list'
cols(x)
Arguments
x |
object; object to determine requested count |
[Package tangram version 0.8.2 Index]