Learn R Programming

ff (version 4.5.0)

vmode.ffdf: Virtual storage mode of ffdf

Description

Function vmode returns the virtual storage mode of each ffdf column

Usage

# S3 method for ffdf
vmode(x, ...)

Value

a character vector with one element for each column

Arguments

x

ffdf

...

ignored

Author

Jens Oehlschlägel

See Also

vmode, ffdf

Examples

Run this code
  vmode(as.ffdf(data.frame(a=as.double(1:26), b=letters, stringsAsFactors = TRUE)))
  gc()

Run the code above in your browser using DataLab