cacheGet | R Documentation |
Load fitting cache data (if available)
cacheGet(prefix, type, args = NULL)
prefix |
function prefix (e.g. "calc" or "read") |
type |
output type (e.g. "TauTotal") |
args |
a list of named arguments used to call the given function |
cached data if available, otherwise NA attr(, "id") will be set to the cache file name that was (tried to be) loaded
Jan Philipp Dietrich, Pascal Sauer
cachePut
, cacheName
madrat:::cacheGet("calc", "TauTotal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.