Learn R Programming

arrow (version 8.0.0)

as_data_type: Convert an object to an Arrow DataType

Description

Convert an object to an Arrow DataType

Usage

as_data_type(x, ...)

# S3 method for DataType as_data_type(x, ...)

# S3 method for Field as_data_type(x, ...)

# S3 method for Schema as_data_type(x, ...)

Arguments

x

An object to convert to an Arrow DataType

...

Passed to S3 methods.

Value

A DataType object.

Examples

Run this code
# NOT RUN {
as_data_type(int32())
# }

Run the code above in your browser using DataLab