Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Convert an object to an Arrow Schema

Source:R/schema.R
as_schema.Rd

Convert an object to an Arrow Schema

Usage

as_schema(x,...)# S3 method for class 'Schema'as_schema(x,...)# S3 method for class 'StructType'as_schema(x,...)

Arguments

x

An object to convert to aschema()

...

Passed to S3 methods.

Value

ASchema object.

Examples

as_schema(schema(col1=int32()))#> Schema#> col1: int32

[8]ページ先頭

©2009-2025 Movatter.jp