Options used by R.cache | R Documentation |
Below are all R options specific to the R.cache package.
WARNING: Note that the names and the default values of
these options may change in future versions of the package.
Please use with care until further notice.
If TRUE
, saveCache
() will write compressed cache files,
otherwise not.
(Default: FALSE
)
If TRUE
, loadCache
() is reading from and saveCache
() is writing
to the cache, otherwise not.
(Default: TRUE
)
A character
string specifying the default cache root path.
If not set, environment variable R_CACHE_ROOTPATH is considered.
If TRUE
, loadCache
() will update the "last-modified" timestamp of
the cache file (to the current time), otherwise not.
(Default: FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.