jonkeane commented on a change in pull request #10780:
URL: https://github.com/apache/arrow/pull/10780#discussion_r675010485
##########
File path: r/R/python.R
##########
@@ -15,6 +15,19 @@
# specific language governing permissions and limitations
# under the License.
+#' Transfer an Arrow memory structure to Python
+#'
+#' @param x the R-based Arrow object to export to Python
+#' @param ... arguments passed to the methods
+#'
+#' @retuen a reticulate-based Python object
+#'
+#' @keywords internal
+#' @export
+r_to_py <- function(x, ...) {
Review comment:
Ah, I didn't realize that was coming from reticulate — I think that
would solve the error though that will be irrelevant if we take out
`alchemize_to_python`.
--
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]