From 3dfbc8e376ec2dac0bd598d3f9b9d5c4e16d56df Mon Sep 17 00:00:00 2001 From: Zihao Li Date: Fri, 23 Aug 2024 15:53:11 +0100 Subject: [PATCH] update process_refined_death --- R/process_refined_death.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) }