field {arrow}R Documentation

Create a Field

Description

Create a Field

Usage

field(name, type, metadata, nullable = TRUE)

Arguments

name

field name

type

logical type, instance of DataType

metadata

currently ignored

nullable

TRUE if field is nullable

See Also

Field

Examples

field("x", int32())

[Package arrow version 16.1.0 Index]