Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Create a Field

Source:R/field.R
Field.Rd

Create a Field

Usage

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

Arguments

name

field name

type

logical type, instance ofDataType

metadata

currently ignored

nullable

TRUE if field is nullable

See also

Field

Examples

field("x",int32())#> Field#> x: int32

[8]ページ先頭

©2009-2025 Movatter.jp