Read a brreg bulk CSV file (as downloaded by brreg_download() or
from the brreg website), normalize column names via field_dict,
and save as a dated Parquet partition in the snapshot store.
Usage
brreg_import(
path,
snapshot_date,
type = c("enheter", "underenheter", "roller"),
force = FALSE
)See also
brreg_snapshot() to download and save today's register.
Other tidybrreg snapshot functions:
brreg_cleanup(),
brreg_data_dir(),
brreg_manifest(),
brreg_open(),
brreg_snapshot(),
brreg_snapshots()