| config | R Documentation |
An environment that stores package-level configuration variables.
Modify via set_config(); read directly (e.g. config$border_nor).
config
Available variables:
border_nor (default 2024): the border year used when selecting
Norwegian geographic datasets. Valid values: 2024.
print(ls(csdata::config))
for(i in names(csdata::config)){
cat(i, ":", csdata::config[[i]], "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.