Learn R Programming

arrow (version 0.14.1)

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

Value

an arrow::Table