create_lookup_lsoa_lad_county: Create lookup table for Lower Layer Super Output Areas to...

Description Usage Arguments

View source: R/create_lookups.R

Description

Create lookup table for Lower Layer Super Output Areas to Local Authorities to Counties

Usage

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"
)

Arguments

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)


matthewgthomas/brclib documentation built on Feb. 21, 2020, 6:18 p.m.