.isMemoised {reproducible} | R Documentation |
Evaluate whether a cacheId is memoised
Description
Intended for internal use. Exported so other packages can use this function.
Usage
.isMemoised(cacheId, cachePath = getOption("reproducible.cachePath"))
Arguments
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 |
Value
A logical, length 1 indicating whether the cacheId
is memoised.
[Package reproducible version 2.1.0 Index]