Skip to contents

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

Usage

process_extract_gp_ooh(
  year,
  data_list,
  gp_ooh_cup_path = get_boxi_extract_path(year, "gp_ooh_cup"),
  write_to_disk = TRUE
)

Arguments

year

The year to process, in FY format.

data_list

A list containing the extracts.

gp_ooh_cup_path

path to gp ooh cup data

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.