R/config_aa_environments.r
config.Rd
Available configuration variables:
border_nor (default 2024): The year in which Norwegian geographical boundaries were designated. Valid values: 2020, 2024.
config
An object of class environment of length 1.
environment
print(ls(csdata::config)) #> [1] "border_nor" for(i in names(csdata::config)){ cat(i, ":", csdata::config[[i]], "\n") } #> border_nor : 2024