View source: R/noegletal_get.R
noegletal_get | R Documentation |
Get data from noegletal.dk
noegletal_get(
muni_codes = ALLOWED_MUNI_CODES,
years = ALLOWED_YEARS,
variable_ids
)
muni_codes |
Vector of municipality codes |
years |
Vector of years |
variable_ids |
Vector of variable IDs |
Tidy tibble::tibble()
with requested data
noegletal_get(muni_codes = c(101, 155), years = 2018:2024, variable_ids = c(001))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.