You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Romain François (JIRA)" <ji...@apache.org> on 2019/06/10 12:53:00 UTC

[jira] [Assigned] (ARROW-3815) [R] refine record batch factory

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

Romain François reassigned ARROW-3815:
--------------------------------------

    Assignee: Romain François

> [R] refine record batch factory
> -------------------------------
>
>                 Key: ARROW-3815
>                 URL: https://issues.apache.org/jira/browse/ARROW-3815
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: R
>            Reporter: Romain François
>            Assignee: Romain François
>            Priority: Major
>
> may be useful to handle `...`: 
> - it should be named
> - each value can be either an R vector, (converted with `array()`) or an Array
> So that we can have something like this: 
> {code:r}
> record_batch(x = 1:10, y = array(1:10))
> # currently have to go through tibbles
> # record_batch(tibble(x = 1:10, y = 1:10))
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)