View source: R/ll_get_lau_eu.R
ll_get_lau_eu | R Documentation |
Source: https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units/lau#lau18
ll_get_lau_eu(
gisco_id = NULL,
name = NULL,
year = 2021,
silent = FALSE,
lau_sf = NULL,
fallback = TRUE
)
gisco_id |
Gisco identifier of the relevant administrative unit. If given, takes precedence over name. |
name |
Name of the local administrative unit in the local language. Use gisco_id whenever possible, as names of local administrative units are not unique, e.g. there are 11 "Neuenkirchen" in the dataset. If both |
year |
Year of mapping, defaults to most recent (2021). Available starting with 2011. |
silent |
Defaults to FALSE. If TRUE, hides copyright notice. Useful e.g. when using this in reports or in loops. The copyright notice must still be shown where the final output is used. |
lau_sf |
sf object, exactly such as the one that would be returned by |
European LAU in sf format
ll_set_folder("~/R/")
ll_get_lau_eu()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.