Reload datasets written with the function ffsave or ffsave.image .
ffload(file, list = character(0L), envir = parent.frame()
, rootpath = NULL, overwrite = FALSE)A character vector with the names of the restored ff files
a character string giving the name (without extension) of the .RData and .ffData files to load
An optional vector of names selecting those objects to be restored (default NULL restores all)
the environment where the data should be loaded.
an optional rootpath where to restore the ff files (default NULL restores in the original location)
logical indicating whether possibly existing ff files shall be overwritten
Jens Oehlschlägel
ffinfo can be used to inspect the contents an ffsaved pair of .RData and .ffData files.
Argument list can then be used to restore only part of the ffsave.
load, ffsave, ffinfo, ffdrop