as_geoarrow_vctr {geoarrow} | R Documentation |
GeoArrow encoded arrays as R vectors
as_geoarrow_vctr(x, ..., schema = NULL)
x |
An object that works with |
... |
Passed to |
schema |
An optional |
A vctr of class 'geoarrow_vctr'
as_geoarrow_vctr("POINT (0 1)")