compare_dataset_checksums.RdCompare Local Dataset Checksums Against Platform Checksums
compare_dataset_checksums(report_id, datasets, version_type = NA)Report id or name
List of lists. Each inner list must contain:
The dataset as an R dataframe or nested list
Unique key identifying the dataset
List of chart type strings (e.g. list("table"), list("sankey")).
(optional) List of subgroup column names
(optional) User-friendly label
(optional) Version type to compare against on the platform:
"draft" or "published". Defaults to NA (latest version
regardless of type).
Named list where each entry contains:
SHA-256 checksum of the local file
SHA-256 checksum stored on the platform, or NA if not found
Logical, TRUE if both checksums are identical