Learn R Programming

arrow (version 0.14.1)

field: Factory for a arrow::Field

Description

Factory for a arrow::Field

Usage

field(name, type, metadata)

Arguments

name

field name

type

logical type, instance of arrow::DataType

metadata

currently ignored

Examples

Run this code
# NOT RUN {
try({
   field("x", int32())
})
# }

Run the code above in your browser using DataLab