To quickly compare if the metadata of 2 datatrack projects are the same We can compute a checksum which ignores the date column.
1 | GetChecksum(ignore.cols = c("date", "callstack", "system"), algo = "sha1")
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.