Inspects the snapshot store and download cache for each requested
dataset type. Used internally by brreg_network() to gate
depth > 1 operations that require local data for person-to-entity
reverse lookups.
Usage
brreg_status(datasets = c("enheter", "underenheter", "roller"), quiet = FALSE)Value
A list with components: available (character vector of
datasets found locally), missing (character vector of datasets
not found), all_ready (logical).
See also
brreg_snapshot() to download and cache bulk data,
brreg_download() for one-off downloads.
Other tidybrreg data management functions:
brreg_annotation_summary(),
brreg_annotations(),
brreg_sync(),
brreg_sync_status(),
diff_roller_state(),
read_changelog()