.debugCache {reproducible} | R Documentation |
Attach debug info to return for Cache
Description
Internal use only. Attaches an attribute to the output, usable for debugging the Cache.
Usage
.debugCache(obj, preDigest, ...)
Arguments
obj |
An arbitrary R object. |
preDigest |
A list of hashes. |
... |
Dots passed from Cache |
Value
The same object as obj
, but with 2 attributes set.
Author(s)
Eliot McIntire
[Package reproducible version 2.1.0 Index]