Description Usage Arguments Details Value
It efficiently calculates object's digest.
1 2 | calculate.object.digest(objectname, target.environment = NULL,
flag_use_attrib = TRUE, flag_add_attrib = FALSE)
|
object |
The name of the object to calculate digest of. Object must exist in
|
It treats data.frame
objects separately. Rather than invoking digest::digest()
on them directly, it first splits the object into individual columns, sorts them,
calculates the
digest on each column separately (trying to do that in parallel), and merges the
results into one string, that is digested again.
Lowercase MD5 string with the digest of the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.