Public-Health-Scotland / source-linkage-files

This repo is for the syntax used for the PHS Source Linkage File project
https://public-health-scotland.github.io/source-linkage-files/
Other
4 stars 2 forks source link

check distinct death data by chi while keeping chi==NA records #999

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 2 months ago

https://github.com/Public-Health-Scotland/source-linkage-files/blob/bd01b2839561a4978c0a7a91d4974bff6ec0c8af/R/process_refined_death.R#L53


      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(
github-actions[bot] commented 1 month ago

Closed in 7190e313c09965c7b1609c7bf8b4efd1881fac08.