ons_lookup provides a table that that combines local authority districts (lad), local administrative units (lau), nomenclature of territorial units for statistics(NUTS) 1,2 and 3. The other functions can extract the mentioned variables.

ons_lookup()

ons_nuts1()

ons_nuts2()

ons_nuts3()

ons_lad()

Value

A character vector with the location names.

Examples

# \donttest{ ons_lookup()
#> No encoding supplied: defaulting to UTF-8.
#> # A tibble: 400 x 11 #> LAD18CD LAD18NM LAU118CD LAU118NM NUTS318CD NUTS318NM NUTS218CD NUTS218NM #> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> #> 1 E090000… Lewisham E090000… Lewisham UKI44 Lewisham … UKI4 Inner Lon… #> 2 E090000… Southwa… E090000… Southwa… UKI44 Lewisham … UKI4 Inner Lon… #> 3 E090000… Lambeth E090000… Lambeth UKI45 Lambeth UKI4 Inner Lon… #> 4 E090000… Bexley E090000… Bexley UKI51 Bexley an… UKI5 Outer Lon… #> 5 E090000… Greenwi… E090000… Greenwi… UKI51 Bexley an… UKI5 Outer Lon… #> 6 E090000… Havering E090000… Havering UKI52 Barking &… UKI5 Outer Lon… #> 7 E090000… Barking… E090000… Barking… UKI52 Barking &… UKI5 Outer Lon… #> 8 E090000… Redbrid… E090000… Redbrid… UKI53 Redbridge… UKI5 Outer Lon… #> 9 E090000… Waltham… E090000… Waltham… UKI53 Redbridge… UKI5 Outer Lon… #> 10 E090000… Enfield E090000… Enfield UKI54 Enfield UKI5 Outer Lon… #> # … with 390 more rows, and 3 more variables: NUTS118CD <chr>, NUTS118NM <chr>, #> # FID <int>
# }