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)

Arguments

modify

Modifies the vector to conform with the queries.

Value

A character vector with the location names.

Examples

# \donttest{ ons_countries()
#> No encoding supplied: defaulting to UTF-8.
#> [1] "england" "northern-ireland" "scotland" "wales"
# }