Skip to content

Commit

Permalink
remove hscp count for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Sep 19, 2023
1 parent 93bb353 commit 470cff0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/process_tests_episode_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ produce_episode_file_tests <- function(
)
)

if (!recid == "00B") {
test_flags <- create_hscp_test_flags(test_flags, .data$hscp2018)
}

test_flags <- test_flags %>%
# keep variables for comparison
dplyr::select("unique_anon_chi":dplyr::last_col()) %>%
Expand Down

0 comments on commit 470cff0

Please sign in to comment.