View source: R/create_lookups.R
Create lookup table for Lower Layer Super Output Areas to Local Authorities to Counties
1 2 3 4 5 6 7 | create_lookup_lsoa_lad_county(
lookup.path = file.path(options("brclib.data_path"), "Lookups, names and codes"),
lsoa.lad.name = "Lower_Layer_Super_Output_Area_2011_to_Clinical_Commissioning_Group_to_Local_Authority_District_April_2018_Lookup_in_England.csv",
lad.county.name = "Local_Authority_District_to_County_December_2018_Lookup_in_England.csv"
)
|
lookup.path |
Path to the ONS's lookup tables |
lsoa.lad.name |
Name of the LSOA to LAD lookup table file (https://geoportal.statistics.gov.uk/search?collection=Dataset&sort=name&tags=LUP_LSOA_CCG_LAD) |
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.