basic_array_stream | R Documentation |
Create ArrayStreams from batches
basic_array_stream(batches, schema = NULL, validate = TRUE)
batches |
A |
schema |
A nanoarrow_schema or |
validate |
Use |
An nanoarrow_array_stream
(stream <- basic_array_stream(list(data.frame(a = 1, b = 2))))
as.data.frame(stream$get_next())
stream$get_next()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.