Skip to contents

Creates the individual file from the episode file.

Usage

create_individual_file(
  episode_file,
  year,
  homelessness_lookup = create_homelessness_lookup(year),
  write_to_disk = TRUE,
  write_temp_to_disk
)

Arguments

episode_file

Tibble containing episodic data.

year

The year to process, in FY format.

homelessness_lookup

the lookup file for homelessness

write_to_disk

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

write_temp_to_disk

write intermediate data for investigation or debug

Value

The processed individual file