cacheGet | R Documentation |
Load fitting cache data (if available)
cacheGet(prefix, type, args = NULL, graph = 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 |
graph |
A madrat graph as returned by |
... |
Additional arguments for |
cached data, if cache is available, otherwise NULL
Jan Philipp Dietrich
cachePut
, cacheName
madrat:::cacheGet("calc", "TauTotal", packages = "madrat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.