cachePut | R Documentation |
Save data to cache
cachePut(x, prefix, type, args = NULL, graph = NULL, ...)
x |
data that should be written to cache |
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 |
Jan Philipp Dietrich
cachePut
, cacheName
## Not run:
example <- 1
madrat:::cachePut(example, "calc", "Example", packages = "madrat")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.