compute_and_set_obj_checksum | R Documentation |
This function computes the checksum and sets the checksum slot in the object, then returns the modified object. It just packages those up for convenience.
compute_and_set_obj_checksum( obj_with_UUID_and_checksum, base_outdir_for_checksum = "." )
obj_with_UUID_and_checksum |
object whose checksum is to be computed |
base_outdir_for_checksum |
directory where temporary file for use in checksum computation will be written and then deleted |
the same object that was passed in except that its checksum is now set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.