You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R> as_tibble(tidybarnyard) %>% filter(method == "inDrops") %>% slice_sample()
Error: Can't transform a data frame with duplicate names.
Run `rlang::last_error()` to see where the error occurred.
Currently the fix is to rename that column. But that's a crappy fix!
the plan is for to use .cell column name instead of cell so as to not have such issues. However, like to tidySummarizedExperiment the backwards-compatible conversion is tricky and requires some work (hard at the end of the year). But I will start it soon.
If you're dying to reproduce the whole thing, see https://github.com/VanAndelInstitute/ExpDesign2021/blob/main/vignettes/project2.md for gory details.
The bug:
Currently the fix is to rename that column. But that's a crappy fix!
Session info:
The text was updated successfully, but these errors were encountered: