generateCache {R.cache} | R Documentation |
Generates a cache pathname from a key list object.
## Default S3 method: generateCache(key=NULL, suffix=".Rcache", ...)
key |
An object from which a hexadecimal hash code will be generated and appended to the 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/)