powered by
Verify that tracked data files have not been modified by comparing checksums
verify_data(data_path = NULL, registry_file = ".capsule/data_registry.json")
Logical. TRUE if data is unchanged, FALSE otherwise
Character. Path to specific file, or NULL to verify all tracked files.
Character. Path to provenance registry.
if (FALSE) { # Verify specific file verify_data("data/mydata.csv") # Verify all tracked files verify_data() }
Run the code above in your browser using DataLab