Skip to content

[R] refine record batch factory #20256

@asfimport

Description

@asfimport

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))

  1. currently have to go through tibbles
  2. record_batch(tibble(x = 1:10, y = 1:10))
    {code}

Reporter: Romain Francois / @romainfrancois
Assignee: Romain Francois / @romainfrancois

PRs and other links:

Note: This issue was originally created as ARROW-3815. Please see the migration documentation for further details.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions