Skip to content

Commit

Permalink
Remove ethnicity from output as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 12, 2023
1 parent 0a9d597 commit 4027822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data_prep/run1/SPC_pipelineLAD_run_1.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ print("... and writing output")
merge$region <- region
out_cols <- c(
"pid", "hid", "MSOA11CD", "region", "sex", "age",
"ethnicity", "soc2010", "pwkstat", "incomeH"
"soc2010", "pwkstat", "incomeH"
)
merge <- merge %>% select(all_of(out_cols))
outpath <- paste(folderOut, countryR, "/", date, "/", sep = "")
Expand Down

0 comments on commit 4027822

Please sign in to comment.