gisco_get_metadata: Get metadata

View source: R/gisco-get-metadata.R

gisco_get_metadataR Documentation

Get metadata

Description

Get a table with the names and ids of administrative of statistical units.

Usage

gisco_get_metadata(
  id = c("nuts", "countries", "urban_audit"),
  year = 2024,
  verbose = FALSE
)

Arguments

id

character string. Select the unit type to be downloaded. Accepted values are "nuts", "countries" or "urban_audit".

year

character string or number. Release year of the metadata.

verbose

logical. If TRUE displays informational messages.

Value

A tibble.

Source

https://gisco-services.ec.europa.eu/distribution/v2/.

See Also

gisco_get_nuts(), gisco_get_countries(), gisco_get_urban_audit().

Other database utils: gisco_db, gisco_get_cached_db()

Examples


cities <- gisco_get_metadata(id = "urban_audit", year = 2020)

cities


giscoR documentation built on Dec. 10, 2025, 9:08 a.m.