noegletal_get {noegletalR} | R Documentation |
Get data from noegletal.dk
Description
Get data from noegletal.dk
Usage
noegletal_get(
muni_codes = ALLOWED_MUNI_CODES,
years = ALLOWED_YEARS,
variable_ids
)
Arguments
muni_codes |
Vector of municipality codes |
years |
Vector of years |
variable_ids |
Vector of variable IDs |
Value
Tidy tibble::tibble()
with requested data
Examples
noegletal_get(muni_codes = c(101, 155), years = 2018:2024, variable_ids = c(001))
[Package noegletalR version 0.2.1 Index]