diff --git a/R/process_refined_death.R b/R/process_refined_death.R index 48f14fd43..58ed1b29d 100644 --- a/R/process_refined_death.R +++ b/R/process_refined_death.R @@ -54,7 +54,7 @@ process_refined_death <- function( if (write_to_disk) { write_file( refined_death, - get_combined_slf_deaths_lookup_path() + get_combined_slf_deaths_lookup_path(create = TRUE) ) }