Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patches for dplyr type conversions #391

Open
9 of 19 tasks
dsweber2 opened this issue Jan 10, 2024 · 0 comments
Open
9 of 19 tasks

Patches for dplyr type conversions #391

dsweber2 opened this issue Jan 10, 2024 · 0 comments

Comments

@dsweber2
Copy link
Contributor

Various functions will convert epi_df's to tibbles. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant