autoload(name, file)
name
| string giving the name of an object |
file
| string giving the name of a package containing the object |
.AutoloadEnv
environment. When R attempts to evaluate name
the package is loaded and name
is re-evaluated in the
new package's environment. The result is that R behaves as if
file
was loaded but it does not occupy memory.
delay
, library