Skip to content

Commit

Permalink
Remove redundant sc variables
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 025765a commit 8085ed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/create_individual_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,8 @@ join_sc_client <- function(year,
dplyr::left_join(
join_client_demog,
by = "chi"
)
) %>%
dplyr::select(!c("sending_location", "social_care_id"))

return(individual_file)
}

0 comments on commit 8085ed1

Please sign in to comment.