View source: R/gisco-get-metadata.R
| gisco_get_metadata | R Documentation |
Get a table with the names and ids of administrative of statistical units.
gisco_get_metadata(
id = c("nuts", "countries", "urban_audit"),
year = 2024,
verbose = FALSE
)
id |
character string. Select the unit type to be downloaded. Accepted
values are |
year |
character string or number. Release year of the metadata. |
verbose |
logical. If |
A tibble.
https://gisco-services.ec.europa.eu/distribution/v2/.
gisco_get_nuts(), gisco_get_countries(), gisco_get_urban_audit().
Other database utils:
gisco_db,
gisco_get_cached_db()
cities <- gisco_get_metadata(id = "urban_audit", year = 2020)
cities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.