-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
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.