- objsToDigest
A list of all the objects (e.g., arguments) to be digested
- ...
passed to .robustDigest
.
- algo
The algorithms to be used; currently available choices are
md5
, which is also the default, sha1
, crc32
,
sha256
, sha512
, xxhash32
, xxhash64
,
murmur32
, spookyhash
, blake3
, crc32c
,
xxh3_64
, and xxh3_128
.
- calledFrom
a Character string, length 1, with the function to
compare with. Default is "Cache". All other values may not produce
robust CacheDigest results.
- .functionName
A an arbitrary character string that provides a name that is different
than the actual function name (e.g., "rnorm") which will be used for messaging. This
can be useful when the actual function is not helpful for a user, such as do.call
.
- quick
Logical or character. If TRUE
,
no disk-based information will be assessed, i.e., only
memory content. See Details section about quick
in Cache()
.