Romain François created ARROW-3815:
--------------------------------------
Summary: [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
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)