-
Notifications
You must be signed in to change notification settings - Fork 8
Open
0 / 10 of 1 issue completedMilestone
Description
Various functions will convert epi_df
's to tibble
s. This is to catalog which of those have been fixed/don't need to be fixed
- arrange
- complete
- distinct
- filter
- slice*
- glimpse (doesn't make sense)
- mutate
- pull (doesn't make sense)
- relocate (some design choices to be made)
- rename
- select (PR patch: get select working with grouping #390)
- count, tally, (may not make sense)
- add_count, add_tally
- summarize (doesn't make sense)
- n, cur_group, cur_group_id etc doesn't really make sense
- bind_cols (also doesn't work for ungrouped)
- bind_rows
- intersect, union etc
- inner_join
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels