ff (version 2.2-14)

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, ...)

Arguments

ignored

Value

a character vector with one element for each column

See Also

vmode, ffdf

Examples

Run this code
# NOT RUN {
  vmode(as.ffdf(data.frame(a=as.double(1:26), b=letters)))
  gc()
# }

Run the code above in your browser using DataLab