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/04/02 01:46:00 UTC

[jira] [Comment Edited] (ARROW-12184) [R] Bindings for na.fail, na.omit, na.exclude, na.pass

    [ https://issues.apache.org/jira/browse/ARROW-12184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313507#comment-17313507 ] 

Ian Cook edited comment on ARROW-12184 at 4/2/21, 1:45 AM:
-----------------------------------------------------------

{{na.omit\(x\)}} should translate to {{x$Filter(!is.na\(x\))}}

Don't set the {{na.action}} attribute, so {{na.omit}} and {{na.exclude}} will be the same.

{{na.pass}} is the identity function.

 


was (Author: icook):
{{na.omit(x)}} should translate to {{x$Filter(!is.na(x))}}

Don't set the {{na.action}} attribute, so {{na.omit}} and {{na.exclude}} will be the same.

{{na.pass}} is the identity function.

 

> [R] Bindings for na.fail, na.omit, na.exclude, na.pass
> ------------------------------------------------------
>
>                 Key: ARROW-12184
>                 URL: https://issues.apache.org/jira/browse/ARROW-12184
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Ian Cook
>            Assignee: Ian Cook
>            Priority: Major
>




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