addProvenance: Add a hash and associated information to enable checking object
provenance.
Description
Add a hash and associated information to enable checking object
provenance.
Usage
addProvenance(object, replace = FALSE)
Value
The object with provenance as an added item
Arguments
- object
The object to add provenance
- replace
Replace provenance if the object already has a
provenance attribute. (If the object already has provenance and
replace
is FALSE
, then an error will be raised.)