View source: R/create_lookups.R
Create lookup table for Middle Layer Super Output Areas to Local Authorities to Counties
1 2 3 4 5 6 7 | create_lookup_msoa_lad_county(
lookup.path = file.path(options("brclib.data_path"), "Lookups, names and codes"),
msoa.lad.name = "Middle_Layer_Super_Output_Area_2011_to_Ward_to_LAD_December_2018_Lookup_in_England_and_Wales.csv",
lad.county.name = "Local_Authority_District_to_County_December_2018_Lookup_in_England.csv"
)
|
lookup.path |
Path to the ONS's lookup tables |
msoa.lad.name |
Name of the MSOA to LAD lookup table file (https://geoportal.statistics.gov.uk/datasets/middle-layer-super-output-area-2011-to-ward-to-lad-december-2018-lookup-in-england-and-wales) |
lad.county.name |
Name of the LAD to County lookup table file (https://geoportal.statistics.gov.uk/search?collection=Dataset&sort=name&tags=LUP_LAD_CTY) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.