[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../../cpp/../r/articles/../reference/as_schema.html [Back]  [Original]

Convert an object to an Arrow Schema as_schema Arrow R Package Skip to contents
Arrow R Package 25.0.1

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 a schema()

...

Passed to S3 methods.

Value

A Schema object.

Examples

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

On this page


Web Proxy Viewer  |  New URL  |  Original Page