This function will store a copy of the named data set in the cache
directory. This cached copy of the data set will then be given precedence
at load time when calling load.project. Cached data sets are
stored as .RData files.
Usage
cache(variable)
Arguments
variable
A character vector containing the name of
the variable to be saved.
Value
No value is returned; this function is called for its side effects.