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
This is admittedly a small niche, but noticed the inconsistency when checking that my method matched for summarise matched dplyr's behavior.
In most situations this summarise would return a single row data.frame and so the groups wouldn't matter, but because we can now return multiple rows, it seems inconsistent to me.
This is admittedly a small niche, but noticed the inconsistency when checking that my method matched for
summarise
matched dplyr's behavior.In most situations this summarise would return a single row data.frame and so the groups wouldn't matter, but because we can now return multiple rows, it seems inconsistent to me.
The text was updated successfully, but these errors were encountered: