You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
ARROW-10640 adds an
if_else
kernel to the C++ library. Add R bindings so users can callifelse()
orif_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 likedplyr::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.
The text was updated successfully, but these errors were encountered: