-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement .by
/by
#410
Implement .by
/by
#410
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
Sorry, won't have time to review this. Things are pretty hectic right now where I'm working |
No worries, thanks @eutwt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! If you want to merge this, I'll start the release process tomorrow morning.
Closes #399
Overview of changes
compute_by()
was implemented (modeled afterdplyr
/dbplyr
versions)by
arg was added to thestep_subset_i()
/step_subset_j()
internal helpers.These are passed the result of
compute_by()
byfilter()
/mutate()
/summarize()
/slice_*()
.