generateCache | R Documentation |
Generates a cache pathname from a key object.
## Default S3 method: generateCache(key, suffix=".Rcache", ...)
key |
A |
suffix |
A |
... |
Arguments passed to |
Returns the pathname as a character
string.
Henrik Bengtsson
findCache
().
Internally, the generic function getChecksum
() is used to
calculate the checksum of argument key
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.