[ https://issues.apache.org/jira/browse/ARROW-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated ARROW-3815: ---------------------------------- Labels: pull-request-available (was: ) > [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 > Labels: pull-request-available > > 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)