-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I am trying to process multiple lab reports at once and am encountering issues with the read_ccal() function. It runs for me when concat = FALSE, and fails when concat = TRUE. It seems to be caused by a date column in one of the tables not being coerced correctly, which makes it so the following portion fails:
if(concat) { data_concat <- purrr::map(seq_along(data[[1]]), function(i) { dplyr::bind_rows(purrr::map(data, ~ .x[[i]])) })
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

