makeFileCache | R Documentation |
This closure returns a wrapper around load2
which per
default caches loaded objects and returns the cached version
in subsequent calls.
makeFileCache(use.cache = TRUE)
use.cache |
[ |
[function()
] with argument slot
(name of the slot to cache the object in, default is “default”).
All other arguments are passed down to load2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.