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/17 02:59:00 UTC

[jira] [Updated] (ARROW-11514) [R] Bindings for paste(), paste0(), str_c()

     [ https://issues.apache.org/jira/browse/ARROW-11514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Cook updated ARROW-11514:
-----------------------------
    Description: 
* In {{paste()}} and {{paste0()}}, use the {{REPLACE}} null handling behavior with replacement string {{"NA"}} (for consistency with base R)
 * In {{str_c()}}, use the {{EMIT_NULL}} null handling behavior (for consistency with stringr)

  was:
* In {{paste()}}, use the {{REPLACE}} null handling behavior with replacement string {{"NA"}} (for consistency with base R)
 * In {{str_c()}}, use the {{EMIT_NULL}} null handling behavior (for consistency with stringr)


> [R] Bindings for paste(), paste0(), str_c()
> -------------------------------------------
>
>                 Key: ARROW-11514
>                 URL: https://issues.apache.org/jira/browse/ARROW-11514
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: R
>            Reporter: Neal Richardson
>            Assignee: Ian Cook
>            Priority: Major
>             Fix For: 5.0.0
>
>
> * In {{paste()}} and {{paste0()}}, use the {{REPLACE}} null handling behavior with replacement string {{"NA"}} (for consistency with base R)
>  * In {{str_c()}}, use the {{EMIT_NULL}} null handling behavior (for consistency with stringr)



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