paleolimbot commented on code in PR #36381:
URL: https://github.com/apache/arrow/pull/36381#discussion_r1246864415
##########
r/R/array.R:
##########
@@ -549,3 +548,17 @@ MapArray <- R6Class("MapArray",
items_nested = function() MapArray__items_nested(self)
)
)
+
+#' Create an Arrow Array
+#'
+#' @param x An R vector, list, or `data.frame`
Review Comment:
Maybe "An R object representable as an Arrow array"? Or some combination of
that and what's here?
--
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]