krlmlr commented on issue #316:
URL:
https://github.com/apache/arrow-nanoarrow/issues/316#issuecomment-1812477100
Thanks, missed that function. Seems so:
``` r
nanoarrow::basic_array_stream(list(data.frame(a = 1), data.frame(a = 2))) |>
as.data.frame()
#> a
#> 1 1
#> 2 2
```
<sup>Created on 2023-11-15 with [reprex
v2.0.2](https://reprex.tidyverse.org)</sup>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]