Skip to content

Commit

Permalink
Add the deaths lookup variables to the episode file (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: Jennit07 <[email protected]>
  • Loading branch information
Moohan and Jennit07 authored Jul 14, 2023
1 parent 7beb69f commit 8e1bcc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/run_episode_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ run_episode_file <- function(processed_data_list, year, write_to_disk = TRUE) {
join_cohort_lookups(year) %>%
join_sparra_hhg(year) %>%
fill_geographies() %>%
join_deaths_data(year) %>%
load_ep_file_vars(year)

if (write_to_disk) {
Expand Down

0 comments on commit 8e1bcc9

Please sign in to comment.