.isMemoised | R Documentation |
Intended for internal use. Exported so other packages can use this function.
.isMemoised(cacheId, cachePath = getOption("reproducible.cachePath"))
cacheId |
Character string. If passed, this will override the calculated hash
of the inputs, and return the result from this cacheId in the |
cachePath |
A repository used for storing cached objects.
This is optional if |
A logical, length 1 indicating whether the cacheId
is memoised.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.