Skip to content

[R] refine record batch factory #20256

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions