Skip to content

Commit

Permalink
update process_refined_death
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Aug 23, 2024
1 parent 0746ee6 commit 3dfbc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/process_refined_death.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
}

Expand Down

0 comments on commit 3dfbc8e

Please sign in to comment.