Skip to contents

This will read and process the social care demographic lookup, it will return the final data and (optionally) write it to disk.

Usage

process_lookup_sc_demographics(
  data,
  spd_path = get_spd_path(),
  write_to_disk = TRUE
)

Arguments

data

The extract to process.

spd_path

Path to the Scottish Postcode Directory.

write_to_disk

(optional) Should the data be written to disk default is TRUE i.e. write the data to disk.

Value

the final data as a tibble.