-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13200: [R] Add binding for case_when() #10737
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
Conversation
|
@github-actions crossbow submit test-r-without-arrow test-r-minimal-build |
|
Revision: db7c0d267b6dbc1c35d29d4d08aafcd7f99e2334 Submitted crossbow builds: ursacomputing/crossbow @ actions-610
|
|
I've merged the news PR, so after you rebase please add a bullet in the new dplyr functions section for this (noting any type limitations) and also note if_else there too (which I think doesn't have those same type limitations?) |
nealrichardson
left a comment
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.
Looks great!
Adds support for
case_when()in dplyr verbs. I followed the example ofdbplyr::case_when(), which is much simpler and more self-contained thandplyr::case_when().