paleolimbot commented on code in PR #608:
URL: https://github.com/apache/arrow-nanoarrow/pull/608#discussion_r1762253891
##########
r/R/ipc.R:
##########
@@ -35,6 +35,8 @@
#' @param x A `raw()` vector, connection, or file path from which to read
#' binary data. Common extensions indicating compression (.gz, .bz2, .zip)
#' are automatically uncompressed.
+#' @param data An object to write as an Arrow IPC stream, converted using
Review Comment:
I added a note about `data.frame`, although anything that works with
`as_nanoarrow_array_stream()` should work out of the box (e.g., many arrow
package objects). We should probably come up with some prose about those types
of objects ("array streamable"?)...this is also what ADBC uses for several
types of input.
--
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]