Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Co-authored-by: James McMahon <[email protected]>
  • Loading branch information
Jennit07 and Moohan authored Jul 17, 2023
1 parent f78ed55 commit 3f26730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/create_individual_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3f26730

Please sign in to comment.