length.exdf | R Documentation |
Returns the length of an exdf
object's main_data
.
## S3 method for class 'exdf'
length(x)
x |
An |
Returns length(x[['main_data']])
.
exdf
simple_exdf <- exdf(data.frame(A = 1), data.frame(A = 'u'), data.frame(A = 'c'))
length(simple_exdf)
length(simple_exdf[['main_data']]) # An equivalent command
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.