Skip to content

Error with the "concat" argument of read_ccal() #11

@abigailvolk

Description

@abigailvolk

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]])) })

Concat = TRUE failing:
Image

Image

Concat = FALSE working:
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions