cacheGet: Tool: cacheGet

View source: R/cacheGet.R

cacheGetR Documentation

Tool: cacheGet

Description

Load fitting cache data (if available)

Usage

cacheGet(prefix, type, args = 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

Value

cached data if available, otherwise NA attr(, "id") will be set to the cache file name that was (tried to be) loaded

Author(s)

Jan Philipp Dietrich, Pascal Sauer

See Also

cachePut, cacheName

Examples

madrat:::cacheGet("calc", "TauTotal")

pik-piam/madrat documentation built on July 4, 2025, 4:56 a.m.