Learn R Programming

ARPALData (version 1.6.1)

get_Lombardia_geospatial: Download geospatial data of Lombardy from Eurostat

Description

'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.

Usage

get_Lombardia_geospatial(NUTS_level = "LAU")

Value

A data frame of class 'data.frame', "sf" and 'ARPALdf'.

Arguments

NUTS_level

NUTS level required: use "NUTS2" for regional geometries, "NUTS3" for provincial geometries, or "LAU" for municipal geometries. Default NUTS_level = "LAU".

Examples

Run this code
# \donttest{
shape <- get_Lombardia_geospatial(NUTS_level = "LAU")
# }

Run the code above in your browser using DataLab