Skip to contents

This will read and process the A&E extract, it will return the final data and (optionally) write it to disk.

Usage

process_extract_ae(data, year, write_to_disk = TRUE)

Arguments

data

The extract to process

year

The year to process, in FY format.

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.