Skip to content

Commit

Permalink
Include hl1 variables in aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 authored and lizihao-anu committed Sep 12, 2023
1 parent 53af730 commit 562869a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/aggregate_by_chi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)

Expand Down

0 comments on commit 562869a

Please sign in to comment.