cacheName | R Documentation |
Get the name of a cache file corresponding to the given args
cacheName(prefix, type, args = NULL)
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 |
absolute path to a cache file that does not necessarily exist
With setConfig(forcecache=TRUE)
cacheName will also return
cache file names with deviating fingerprint if no fitting cache file is found
(if there are multiple it will just return the newest one).
Jan Philipp Dietrich, Pascal Sauer
cachePut
madrat:::cacheName("calc", "TauTotal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.