You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "thisisnic (via GitHub)" <gi...@apache.org> on 2023/04/11 12:21:27 UTC

[GitHub] [arrow] thisisnic opened a new issue, #35038: [R] argument order in arrow_table affects object return type

thisisnic opened a new issue, #35038:
URL: https://github.com/apache/arrow/issues/35038

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   This is a narrowing of scope from the discussion in #34825.
   
   ```
   > class(as.data.frame(arrow::arrow_table(name = "1", mtcars)))
   [1] "tbl_df"     "tbl"        "data.frame"
   > class(as.data.frame(arrow::arrow_table(mtcars, name = "1")))
   [1] "data.frame"
   ```
   
   ### Component(s)
   
   R


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] thisisnic closed issue #35038: [R] argument order in arrow_table affects object return type

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic closed issue #35038: [R] argument order in arrow_table affects object return type
URL: https://github.com/apache/arrow/issues/35038


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org