First improve the completion if possible then use the lookups to match on additional variables.
Usage
fill_geographies(
data,
slf_pc_lookup = read_file(get_slf_postcode_path()),
slf_gpprac_lookup = read_file(get_slf_gpprac_path(), col_select = c("gpprac",
"cluster", "hbpraccode"))
)
Value
a tibble of the SLF with improved Postcode and GP Practice details.