Description Usage Arguments Details Value Examples
View source: R/extendr-wrappers.R
Demonstrates a strategy for passing an Arrow RecordBatch from/to R
1 |
srb |
a raw vector representing the contents of an IPC buffer |
The majority of the work here is being done by the RecordBatches struct and associated functions that transform a serialized RecordBatch (raw vector) into RecordBatches and back to a serialized RecordBatch using the IPC specification.
RecordBatches to be serialized back to an IPC buffer
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.