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 - [x] arrange - [x] complete - [x] distinct - [x] filter - [x] slice* - [ ] glimpse (doesn't make sense) - [x] mutate - [x] pull (doesn't make sense) - [ ] relocate (some design choices to be made) - [ ] rename - [x] select (PR #390) - [ ] count, tally, (may not make sense) - [x] 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) - [x] bind_rows - [x] intersect, union etc - [ ] inner_join
Various functions will convert
epi_df's totibbles. This is to catalog which of those have been fixed/don't need to be fixed