View source: R/nanoarrow_methods.R
| as_nanoarrow_array_stream.duckspatial_df | R Documentation |
Convert a duckspatial_df to a nanoarrow_array_stream
as_nanoarrow_array_stream.duckspatial_df(x, ..., schema = NULL, native = FALSE)
x |
A |
... |
Additional arguments passed to downstream methods |
schema |
Optional target schema for the entire stream. |
native |
If TRUE, transforms WKB to a "Native" GeoArrow layout (e.g., Point, Polygon) using optimized Arrow-to-Arrow kernels. This layout is optimized for high-performance rendering in tools like Deck.GL. |
A nanoarrow_array_stream
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.