ropensci / BaseSet

Provides classes for working with sets
https://docs.ropensci.org/BaseSet
Other
10 stars 3 forks source link

Implement `ungroup` #28

Closed llrs closed 5 years ago

llrs commented 5 years ago

If there is a group_by operation there should be an ungroup. See the implementation on dplyr on rowwise.r.

llrs commented 5 years ago

I think it is not needed, once you do operations within a data.frame you end up using dplyr and not any longer TidySets