infer_geoarrow_schema {geoarrow} | 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 |
infer_geoarrow_schema(wk::wkt("POINT (0 1)"))