Is your feature request related to a problem? Please describe.
Currently in the data screener repo we maintain a lookup for the LAD to LSIP data from ONS. (latest LAD-LSIP lookup).
Describe the solution you'd like
Add a new exported dataset lad_lsip that contains that file.
- also add a
fetch_lsips() function similar to the rest of the fetch_* family.
Describe alternatives you've considered
None.
Additional context
We can then remove the code and file from the screener repo and just rely on dfeR from then on.
Is your feature request related to a problem? Please describe.
Currently in the data screener repo we maintain a lookup for the LAD to LSIP data from ONS. (latest LAD-LSIP lookup).
Describe the solution you'd like
Add a new exported dataset
lad_lsipthat contains that file.fetch_lsips()function similar to the rest of the fetch_* family.Describe alternatives you've considered
None.
Additional context
We can then remove the code and file from the screener repo and just rely on dfeR from then on.