getNamesUK: United Kingdom names

View source: R/getNames.R

getNamesUKR Documentation

United Kingdom names

Description

Retrieves United Kingdom statistical unit names.

Usage

getNamesUK(year = c("2020", "2019"), 
           unit = c("country", "county"), 
           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


getNamesUK()


getNamesUS(unit = "county")
getNamesUK(unit = "county", all_levels = FALSE)




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