powered by
Retrieves United Kingdom statistical unit names.
getNamesUK(year = c("2020", "2019"), unit = c("country", "county"), all_levels = TRUE)
year of the analysis
the type of statistical units
a logical value indicating if all levels are returned or only the unit names
A character vector or a data frame with unit names and corresponding associated levels
getNamesIT, getNamesEU, getNamesWR, getNamesDE
getNamesIT
getNamesEU
getNamesWR
getNamesDE
# NOT RUN { getNamesUK() # } # NOT RUN { getNamesUS(unit = "county") getNamesUK(unit = "county", all_levels = FALSE) # } # NOT RUN { # }
Run the code above in your browser using DataLab