length.ffdf | R Documentation |
Getting "length" (number of columns) of a ffdf dataframe
## S3 method for class 'ffdf'
length(x)
x |
an |
integer number of columns
Jens Oehlschlägel
dim.ffdf
, length.ff
, ffdf
length(as.ffdf(data.frame(a=1:26, b=letters, stringsAsFactors = TRUE)))
gc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.