| getNamesEU | R Documentation | 
Retrieves European statistical unit names.
getNamesEU(year = c("2021","2016", "2013", "2010", "2006", "2003"),
           unit = c("nuts0", "nuts1", "nuts2", "nuts3"), id = FALSE, all_levels = TRUE)
year | 
 year of the analysis  | 
unit | 
 the type of statistical unit  | 
id | 
 boolean value indicating whether the ids are returned instead of names  | 
all_levels | 
 a logical value indicating if all levels are returned or only the unit names  | 
A character vector or a data frame with unit names and corresponding associated levels.
getNamesIT, getNamesUS, getNamesWR, getNamesUK, getNamesDE
getNamesEU()
getNamesEU(unit = "nuts1")
getNamesEU(unit = "nuts1", all_levels = FALSE, id = FALSE)
getNamesEU(unit = "nuts1", all_levels = FALSE, id = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.