Skip to contents

Reads in the homelessness extract and creates a lookup at CHI level, with one row per application start and end date for each CHI.

Usage

create_homelessness_lookup(
  year,
  homelessness_data = read_file(get_source_extract_path(year, "homelessness")) %>%
    slfhelper::get_chi()
)

Arguments

year

The year to process, in FY format.

homelessness_data

the processed homelessness data for the financial year (created with process_extract_homelessness()).

Value

the final data as a tibble.