load.refdb {mvbutils}R Documentation

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.

Author(s)

Mark Bravington

See Also

mlazy, setup.mcache


[Package mvbutils version 2.7.4.1 Index]