Closed llrs closed 5 years ago
If there is a group_by operation there should be an ungroup. See the implementation on dplyr on rowwise.r.
group_by
rowwise.r
I think it is not needed, once you do operations within a data.frame you end up using dplyr and not any longer TidySets
If there is a
group_by
operation there should be an ungroup. See the implementation on dplyr onrowwise.r
.