Skip to content

Commit

Permalink
Code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored Jul 17, 2023
1 parent 422bb33 commit 7ac07a0
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 @@ -820,7 +820,8 @@ join_sc_client <- function(year,

# Match on client variables by chi
individual_file <- individual_file %>%
dplyr::left_join(join_client_demog,
dplyr::left_join(
join_client_demog,
by = "chi"
)

Expand Down

0 comments on commit 7ac07a0

Please sign in to comment.