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] Add bindings for ifelse() and if_else() #28684

Closed
asfimport opened this issue Jun 3, 2021 · 1 comment
Closed

[R] Add bindings for ifelse() and if_else() #28684

asfimport opened this issue Jun 3, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Jun 3, 2021

ARROW-10640 adds an if_else kernel to the C++ library. Add R bindings so users can call ifelse() or if_else() (the stricter dplyr variant) in dplyr verbs. I believe the C++ kernel requires the second and third arguments to have the same types, just like dplyr::if_else().

Reporter: Ian Cook / @ianmcook
Assignee: Nicola Crane / @thisisnic

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-12964. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Neal Richardson / @nealrichardson:
Issue resolved by pull request 10724
#10724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants