You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/06/03 22:03:00 UTC

[jira] [Created] (ARROW-12964) [R] Add bindings for ifelse() and if_else()

Ian Cook created ARROW-12964:
--------------------------------

             Summary: [R] Add bindings for ifelse() and if_else()
                 Key: ARROW-12964
                 URL: https://issues.apache.org/jira/browse/ARROW-12964
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Ian Cook


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()}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)