amoeba commented on code in PR #608: URL: https://github.com/apache/arrow-nanoarrow/pull/608#discussion_r1763399966
########## 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: Interesting. Documenting the actual set of types on `?as_nanoarrow_array_stream` might be good then and using the phrase "Arrow-streamable" here might be a good start. -- 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]
