Skip to contents

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

Usage

process_extract_district_nursing(
  data,
  year,
  costs = read_file(get_dn_costs_path()),
  write_to_disk = TRUE
)

Arguments

data

The extract to process

year

The year to process, in FY format.

costs

The cost lookup

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.