Learn R Programming

arrow (version 0.14.1)

array: create an arrow::Array from an R vector

Description

create an arrow::Array from an R vector

Usage

array(x, type = NULL)

Arguments

x

R object

type

Explicit type, or NULL (the default) to infer from the data