config | R Documentation |
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.
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.