Skip to content

Commit

Permalink
TODO: check distinct death data by chi while keeping chi==NA records
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Aug 30, 2024
1 parent 8d6f3e7 commit bd01b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/process_refined_death.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ process_refined_death <- function(
fy = phsmethods::extract_fin_year(death_date),
fy = as.character(paste0(substr(fy, 3, 4), substr(fy, 6, 7)))
)
# TODO: check distinct death data by chi while keeping chi==NA records

if (write_to_disk) {
write_file(
Expand Down

0 comments on commit bd01b28

Please sign in to comment.