Skip to content

Commit

Permalink
Changes made so that when withdrawals EIDs are identified the read_cs…
Browse files Browse the repository at this point in the history
…v function does not include messages.
  • Loading branch information
Alexandra Gillett committed Apr 21, 2023
1 parent fecba10 commit cf19a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/phenotype.R
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 209,7 @@ bio_phen <- function(project_dir, field_subset_file,

if (length(withdraw_files) > 0) {
withdraw_ids <- purrr::map_df(
withdraw_files, ~ readr::read_csv(., col_names = "withdraw")
withdraw_files, ~ readr::read_csv(., col_names = "withdraw", show_col_types=FALSE)
) %>%
dplyr::pull(withdraw)

Expand Down

0 comments on commit cf19a75

Please sign in to comment.