Learn R Programming

madrat (version 3.15.6)

cacheGet: Tool: cacheGet

Description

Load fitting cache data (if available)

Usage

cacheGet(prefix, type, args = NULL, graph = NULL, ...)

Value

cached data, if cache is available, otherwise NULL

Arguments

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 getMadratGraph. Will be created with getMadratGraph if not provided.

...

Additional arguments for getMadratGraph in case that no graph is provided (otherwise ignored)

Author

Jan Philipp Dietrich

See Also

cachePut, cacheName

Examples

Run this code
madrat:::cacheGet("calc", "TauTotal", packages = "madrat")

Run the code above in your browser using DataLab