as_schema | R Documentation |
Convert an object to an Arrow Schema
as_schema(x, ...)
## S3 method for class 'Schema'
as_schema(x, ...)
## S3 method for class 'StructType'
as_schema(x, ...)
x |
An object to convert to a |
... |
Passed to S3 methods. |
A Schema object.
as_schema(schema(col1 = int32()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.