as_nanoarrow_buffer | R Documentation |
Convert an object to a nanoarrow buffer
as_nanoarrow_buffer(x, ...)
x |
An object to convert to a buffer |
... |
Passed to S3 methods |
An object of class 'nanoarrow_buffer'
array <- as_nanoarrow_array(c(NA, 1:4))
array$buffers
as.raw(array$buffers[[1]])
as.raw(array$buffers[[2]])
convert_buffer(array$buffers[[1]])
convert_buffer(array$buffers[[2]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.