Skip to content

Commit

Permalink
Make sure year is added as the first variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Jul 31, 2023
1 parent 1ea0a1a commit 965f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_individual_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ create_individual_file <- function(
join_sparra_hhg(year) %>%
join_slf_lookup_vars() %>%
join_sc_client(year) %>%
dplyr::mutate(year = year)
dplyr::mutate(year = year, .before = dplyr::everything())

if (anon_chi_out) {
individual_file <- individual_file %>%
Expand Down

0 comments on commit 965f05c

Please sign in to comment.