Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Combine and harmonize schemas

Source:R/schema.R
unify_schemas.Rd

Combine and harmonize schemas

Usage

unify_schemas(..., schemas=list(...))

Arguments

...

Schemas to unify

schemas

Alternatively, a list of schemas

Value

ASchema with the union of fields contained in the inputs, orNULL if any ofschemas isNULL

Examples

a<-schema(b=double(), c=bool())z<-schema(b=double(), k=utf8())unify_schemas(a,z)#> Schema#> b: double#> c: bool#> k: string

[8]ページ先頭

©2009-2025 Movatter.jp