Skip to content

Patches for dplyr type conversions #391

@dsweber2

Description

@dsweber2

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

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions