Learn R Programming

simpleCache (version 0.4.2)

simpleCacheGlobal: Helper alias for loading caches into the global environment. simpleCache normally loads variables into the calling environment; this ensures that the variables are loaded in the global environment.

Description

Helper alias for loading caches into the global environment. simpleCache normally loads variables into the calling environment; this ensures that the variables are loaded in the global environment.

Usage

simpleCacheGlobal(...)

Arguments

...

Parameters passed to simpleCache.