Skip to content

Commit

Permalink
Sort order of parameters to pass data first
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Jul 17, 2023
1 parent 3f26730 commit 3ba3c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/create_individual_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,8 @@ join_slf_lookup_vars <- function(individual_file,
#' @param individual_file the processed individual file
#' @param sc_client SC client lookup
#' @param sc_demographics SC Demographic lookup
join_sc_client <- function(year,
individual_file,
join_sc_client <- function(individual_file,
year,
sc_client = read_file(get_source_extract_path(year, "Client")),
sc_demographics = read_file(get_sc_demog_lookup_path(),
col_select = c("sending_location", "social_care_id", "chi")
Expand Down

0 comments on commit 3ba3c2d

Please sign in to comment.