Bulk-download every ARSAU CSV + sidecar from the upstream Catalogue.
Source:R/arsau_datasets.R
morie_arsau_download.RdThis is the R-side equivalent of running the maintainer's
scripts/refresh_arsau.py mirror — a non-trivial pipeline that
walks the CKAN package, follows per-resource redirects, handles
rate-limits, verifies SHA digests against the published values, and
lands the files under MORIE_ARSAU_DIR. Porting it requires
an end-to-end retry + checksum manager that does not yet have a
tested R analogue; per the morie maintenance policy, network bulk
fetches must be reproducible across CRAN test environments before
the wrapper is exposed. Stubbed for now.