Skip to contents

Generate NUTS3 demography data and the corresponding NUTS region lookup from Eurostat dataset demo_r_pjangrp3.

Usage

generate_demography_nuts3(regions = NULL, cache = FALSE, output_nuts = FALSE)

Arguments

regions

(character())
The geographic regions of interest. If NULL, all regions are returned.

cache

(logical(1))
Passed to eurostat::get_eurostat().

output_nuts

(logical(1))
Should we also return the list of NUTS3 codes?

Value

A named list with elements demography_nuts3 and nuts.

Examples

if (FALSE) { # \dontrun{
nuts_data <- generate_demography_nuts3(regions = c("DK", "FI", "IS", "NO", "SE"))
} # }