Skip to content
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

[R] Support new dplyr .by/by argument #33987

Closed
nealrichardson opened this issue Feb 1, 2023 · 0 comments · Fixed by #35667
Closed

[R] Support new dplyr .by/by argument #33987

nealrichardson opened this issue Feb 1, 2023 · 0 comments · Fixed by #35667

Comments

@nealrichardson
Copy link
Member

Describe the enhancement requested

See https://dplyr.tidyverse.org/reference/dplyr_by.html for details.

Component(s)

R

thisisnic pushed a commit that referenced this issue Jun 7, 2023
### Rationale for this change

Implement the `.by` argument for `mutate`, `summarise`, `filter` and `slice_*` family.

### What changes are included in this PR?

The `.by` argument that matches `dplyr` has been added to some functions.

Most of the internal functions, such as `compute_by`, are copied from the existing `dplyr` backends, `dbplyr` and `dtplyr`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: #33987

Authored-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
@thisisnic thisisnic added this to the 13.0.0 milestone Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants