cachePut {madrat} | R Documentation |
Tool: cachePut
Description
Save data to cache
Usage
cachePut(x, prefix, type, args = NULL, graph = NULL, ...)
Arguments
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 |
Author(s)
Jan Philipp Dietrich
See Also
Examples
## Not run:
example <- 1
madrat:::cachePut(example, "calc", "Example", packages = "madrat")
## End(Not run)
[Package madrat version 3.6.4 Index]