Generate NUTS3 demography data and the corresponding NUTS region lookup
from Eurostat dataset demo_r_pjangrp3.
Arguments
- regions
(
character())
The geographic regions of interest. IfNULL, all regions are returned.- cache
(
logical(1))
Passed toeurostat::get_eurostat().- output_nuts
(
logical(1))
Should we also return the list of NUTS3 codes?
Examples
if (FALSE) { # \dontrun{
nuts_data <- generate_demography_nuts3(regions = c("DK", "FI", "IS", "NO", "SE"))
} # }
