From 3f2673039f2a1fce106be0ef0bdcd941fac9b60b Mon Sep 17 00:00:00 2001 From: Jennit07 <67372904+Jennit07@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:46:30 +0100 Subject: [PATCH] Update comments Co-authored-by: James McMahon --- R/create_individual_file.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/R/create_individual_file.R b/R/create_individual_file.R index b165984bb..4fd3069ff 100644 --- a/R/create_individual_file.R +++ b/R/create_individual_file.R @@ -813,7 +813,10 @@ join_sc_client <- function(year, sc_demographics = read_file(get_sc_demog_lookup_path(), col_select = c("sending_location", "social_care_id", "chi") )) { - # Match to demographics lookup to get chi + # TODO Update the client lookup processing script to match + # on demographics there so the client lookup already has CHI. + + # Match to demographics lookup to get CHI join_client_demog <- sc_client %>% dplyr::left_join( sc_demographics,