Skip to contents

This will process year-specific BOXI NRS death file (written to disk), and combine them together to get all years NRS file (Not written to disk). Then join all NRS deaths with IT CHI death data to get an all-year refined death file (written to disk).

Usage

process_refined_death(
  it_chi_deaths = read_file(get_slf_chi_deaths_path()),
  write_to_disk = TRUE
)

Arguments

it_chi_deaths

it chi death data

write_to_disk

write the result to disk or not.

Value

refined_death The processed lookup of deaths combining NRS and IT_CHI.