Learn R Programming

mapping (version 1.3)

getNamesFR: France names

Description

Retrieves France statistical unit names.

Usage

getNamesFR(year = c("2021", "2020", "2019"), 
           unit = c("region"), all_levels = TRUE)

Arguments

year

year of the analysis

unit

the type of statistical units

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

getNamesIT, getNamesEU, getNamesWR, getNamesDE

Examples

Run this code
# NOT RUN {
getNamesFR()

# }
# NOT RUN {
getNamesFR(all_levels = FALSE)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab