Skip to content

Commit

Permalink
remove storing as a dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed May 20, 2024
1 parent b0c9067 commit 514d1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00_Sort_BI_Extracts.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for (csv_file in csv_files) {

# Read in each file and replace chi with anon_chi
for (csv_file in csv_files) {
hl1 <- read_file(csv_file) %>%
read_file(csv_file) %>%
dplyr::rename_with(~ paste0("chi"), tidyselect::contains("UPI")) %>%
slfhelper::get_anon_chi(chi = chi) %>%
readr::write_csv(file = new_file_path)
Expand Down

0 comments on commit 514d1f5

Please sign in to comment.