Returns one row per (year_or_range, kind) entry in the
package's internal registry, with the same columns as the Python
ARSAU_REGISTRY mapping but in row-major data.frame
form. The underlying list-of-lists is still available via
ARSAU_REGISTRY.
Value
A data.frame with columns year_or_range,
kind, csv_filename, sidecar_filename,
expected_rows, expected_cols, is_valid,
description.
References
Ontario Ministry of the Solicitor General, ARSAU per-resource technical release notes (2020-2022 / 2023 / 2024).
Examples
reg <- morie_arsau_registry_df(language = "en")
unique(reg$kind)
#> [1] "aggregate_summary" "detailed_dataset" "individual_records"
#> [4] "main_records" "probe_cycle_records" "weapon_records"
