You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an inconsistency between dplyr and dbplyr with how grouping works.
If you have a grouped tibble and call group_by() (i.e. with no grouping variables), it should return an ungrouped tibble. This makes it easier to write functions that restore original groupings (e.g. group_by(!!!groups(.data))).
I found an inconsistency between dplyr and dbplyr with how grouping works.
If you have a grouped tibble and call
group_by()
(i.e. with no grouping variables), it should return an ungrouped tibble. This makes it easier to write functions that restore original groupings (e.g.group_by(!!!groups(.data))
).Created on 2021-03-11 by the reprex package (v1.0.0)
The text was updated successfully, but these errors were encountered: