View source: R/infer-default.R
infer_geoarrow_schema | R Documentation |
Infer a GeoArrow-native type from a vector
infer_geoarrow_schema(x, ..., promote_multi = TRUE, coord_type = NULL)
x |
An object from which to infer a schema. |
... |
Passed to S3 methods. |
promote_multi |
Use |
coord_type |
Specify the coordinate type to use if returning |
A nanoarrow_schema
infer_geoarrow_schema(wk::wkt("POINT (0 1)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.