get_Lombardia_geospatial {ARPALData} | R Documentation |
'get_Lombardia_geospatial' returns the polygonal (shape file) object containing the geometries of Lombardy. Shapefile are available at different NUTS levels (https://ec.europa.eu/eurostat/web/nuts/background): 'LAU' for the shapefile of municipalities of Lombardy, 'NUTS3' for the shapefile of provinces of Lombardy and 'NUTS2' for the shapefile of Lombardy.
get_Lombardia_geospatial(NUTS_level = "LAU")
NUTS_level |
NUTS level required: use "NUTS2" for regional geometries, "NUTS3" for provincial geometries, or "LAU" for municipal geometries. Default NUTS_level = "LAU". |
A data frame of class 'data.frame', "sf" and 'ARPALdf'.
shape <- get_Lombardia_geospatial(NUTS_level = "LAU")