vmode.ffdf | R Documentation |
Function vmode returns the virtual storage mode of each ffdf column
## S3 method for class 'ffdf'
vmode(x, ...)
x |
|
... |
ignored |
a character vector with one element for each column
Jens Oehlschlägel
vmode
, ffdf
vmode(as.ffdf(data.frame(a=as.double(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.