powered by
Save data to cache
cachePut(x, prefix, type, args = NULL, graph = NULL, ...)
data that should be written to cache
function prefix (e.g. "calc" or "read")
output type (e.g. "TauTotal")
a list of named arguments used to call the given function
A madrat graph as returned by getMadratGraph Will be created with getMadratGraph if not provided.
getMadratGraph
Additional arguments for getMadratGraph in case that no graph is provided (otherwise ignored)
Jan Philipp Dietrich
cachePut, cacheName
cachePut
cacheName
if (FALSE) { example <- 1 madrat:::cachePut(example, "calc", "Example", packages = "madrat") }
Run the code above in your browser using DataLab