GetChecksum: Compute a Checksum of the Metadata

Description Usage Details

Description

To quickly compare if the metadata of 2 datatrack projects are the same We can compute a checksum which ignores the date column.

Usage

1
GetChecksum(ignore.cols = c("date", "callstack", "system"), algo = "sha1")

Details

After removing the columns that don't matter for meta comparisons, e.g date, system, calstack column of the metadata, performs a hash of the dataframe and returns is


peichins/datatrack documentation built on May 25, 2019, 12:44 a.m.