Skip to contents

This will read and process the all SDS extract, it will return the final data and (optionally) write it to disk.

Usage

process_sc_all_sds(
  data,
  sc_demog_lookup = read_file(get_sc_demog_lookup_path()) %>% slfhelper::get_chi(),
  write_to_disk = TRUE
)

Arguments

data

The extract to process

sc_demog_lookup

The Social Care Demographics lookup produced by process_lookup_sc_demographics().

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.