From 470cff0db1b347f8eba004df8c29ed8937dc007b Mon Sep 17 00:00:00 2001 From: Jennifer Thom Date: Tue, 19 Sep 2023 17:08:05 +0100 Subject: [PATCH] remove hscp count for now --- R/process_tests_episode_file.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/R/process_tests_episode_file.R b/R/process_tests_episode_file.R index dbcb05ded..a7c5b5934 100644 --- a/R/process_tests_episode_file.R +++ b/R/process_tests_episode_file.R @@ -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()) %>%