as_geoarrow_array | R Documentation |
Convert an object to a GeoArrow array
as_geoarrow_array(x, ..., schema = NULL)
as_geoarrow_array_stream(x, ..., schema = NULL)
x |
An object |
... |
Passed to S3 methods |
schema |
A geoarrow extension schema to use as the target type |
A nanoarrow_array.
as_geoarrow_array(wk::wkt("POINT (0 1)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.