Skip to contents

An environment that stores package-level configuration variables. Change it with set_config(). Read it directly, for example config$border_nor.

Usage

config

Details

Available variables:

  • border_nor (default 2024): the border year that selects which Norwegian geographic datasets a function reads. Valid values: 2024.

border_nor supplies the default border argument of nor_locations_names(), nor_locations_redistricting(), nor_locations_hierarchy_from_to(), nor_population_by_age_cats() and nor_population_by_sex_age_cats(). No other exported function reads it.

See also

No vignette covers this object.

Examples

print(ls(csdata::config))
#> [1] "border_nor"
for(i in names(csdata::config)){
  cat(i, ":", csdata::config[[i]], "\n")
}
#> border_nor : 2024