generateCache {R.cache} | R Documentation |
Generates a cache pathname from a key object.
## Default S3 method: generateCache(key=NULL, suffix=".Rcache", ...)
key |
A list or an environment from which a hexadecimal
key will be generated and that will constitute the name part of
the cache filename. |
suffix |
A character string to be appended to the end of the
filename. |
... |
Arguments passed to getCachePath (). |
Returns the path as a character
string.
Henrik Bengtsson (http://www.braju.com/R/)