View source: R/data_provenance.R
| verify_data | R Documentation |
Verify that tracked data files have not been modified by comparing checksums
verify_data(data_path = NULL, registry_file = ".capsule/data_registry.json")
data_path |
Character. Path to specific file, or NULL to verify all tracked files. |
registry_file |
Character. Path to provenance registry. |
Logical. TRUE if data is unchanged, FALSE otherwise
## Not run:
# Verify specific file
verify_data("data/mydata.csv")
# Verify all tracked files
verify_data()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.