Functions ons_countries
, ons_regions
, ons_eng_counties
and ons_la
provide a vector of countries, regions, English counties
and local authorities respectively.
ons_countries(modify = TRUE) ons_eng_regions(modify = TRUE) ons_regions(modify = TRUE) ons_eng_counties(modify = TRUE) ons_la(modify = FALSE)
modify | Modifies the vector to conform with the queries. |
---|
A character vector with the location names.
# \donttest{ ons_countries()#>#> [1] "england" "northern-ireland" "scotland" "wales"# }