table: Create an arrow::Table from a data frame
Description
Create an arrow::Table from a data frame
Usage
table(..., schema = NULL)
Arguments
...
arrays, chunked arrays, or R vectors
schema
a schema. The default (NULL
) infers the schema from the ...