getNamesIT: Italian names

View source: R/getNames.R

getNamesITR Documentation

Italian names

Description

Retrieves Italian statistical unit names.

Usage

getNamesIT(year = c("2021","2020", "2019", "2018", "2017"),
           unit = c("ripartizione", "regione", "provincia", "comune"), all_levels = TRUE)

Arguments

year

year of the analysis

unit

the type of Italian statistical unit

all_levels

a logical value indicating if all levels are returned or only the unit names

Value

A character vector or a data frame with unit names and corresponding associated levels.

See Also

getNamesEU, getNamesUS, getNamesWR, getNamesUK, getNamesDE

Examples

getNamesIT()
getNamesIT(unit = "provincia")
getNamesIT(unit = "provincia", all_levels = FALSE)

mapping documentation built on Oct. 19, 2023, 5:06 p.m.