-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
arrange_ used to respect groupings. Now I often find myself using the idiom do(arrange_(., ~cpm)) to order groups individually for, say, a cumulative sum along time within groups.
Would it be feasible to add an argument to arrange_ or create a new function, say, group_arrange_ to encapsulate this?
Thank you.