Ungrouped processing should always be a special case of grouped processing · Issue #2311 · tidyverse/dplyr

This would simplify the code base considerably. Use the existing FullDataFrame class in place of GroupedDataFrame and RowwiseDataFrame, respectively. Probably need to add/extend/refactor. Add consi...