Skip to content

Case where merge_samples2() fails on creating new sample data #71

@mikemc

Description

@mikemc
grp <- ps.s %>% sample_data %>% ps_tibble %>% 
  # transmute(specimen_id:extraction_protocol:center_id) %>%
  transmute(specimen_id:extraction_protocol:center_id) %>%
  pull(1)
merge_samples2(ps.s, grp)
#> Error: Can't combine `1:1:S1` <date> and `25:1:S1` <double>.
#> Run `rlang::last_error()` to see where the error occurred.

The error is occurring in the call to merge_groups() and the error suggests it has to do with the date columns

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions