getNamesIT {mapping}R 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)

[Package mapping version 1.4.1 Index]