diff --git a/R/aggregate_by_chi.R b/R/aggregate_by_chi.R index db12f7a9e..c413c7e12 100644 --- a/R/aggregate_by_chi.R +++ b/R/aggregate_by_chi.R @@ -31,12 +31,12 @@ aggregate_by_chi <- function(episode_file) { data.table::setnames( episode_file, c( - "ch_chi_cis", "cij_marker", "ooh_case_id" - # ,"hh_in_fy" + "ch_chi_cis", "cij_marker", "ooh_case_id", + "hh_in_fy" ), c( - "ch_cis_episodes", "cij_total", "ooh_cases" - # ,"hl1_in_fy" + "ch_cis_episodes", "cij_total", "ooh_cases", + "hl1_in_fy" ) )