Functions ramclass and ramattribs return the respective virtual attributes, that determine which class (and attributes) an ff object receives when subscripted (or coerced) to ram.
Usage
ramclass(x, ...)
# S3 method for ff
ramclass(x, ...)
# S3 method for default
ramclass(x, ...)
ramattribs(x, ...)
# S3 method for ff
ramattribs(x, ...)
# S3 method for default
ramattribs(x, ...)
Value
ramclass returns a character vector with classnames and ramattribs returns a list with names elemens just like attributes.
The vectors ramclass_excludes and ramattribs_excludes name those attributes, which are not exported from ff to ram objects when using as.ram.
Arguments
x
x
...
further arguments (not used)
Author
Jens Oehlschlägel
Details
ramclass and ramattribs provide a general mechanism to store atomic classes in ff objects,
for example factor -- see levels.ff -- and POSIXct, see the example.