load.refdb: Cacheing objects for lazy-load access
Description
load.refdb is like load, but automatically calls setup.mcache to create access arrangements for cached objects. You probably don't need to call it directly.
Usage
load.refdb( file, envir, fpath=attr( envir, "path"))
Arguments
file
a filename relative to fpath
envir
an environment or (more usually) a position on the search path (numeric or character)
fpath
a directory. Usually the default will do.