ianmcook commented on pull request #11459:
URL: https://github.com/apache/arrow/pull/11459#issuecomment-946688849


   I think you can get rid of this part on line 27-35 of `table.R`:
   ```r
   #' @section Factory:
   #'
   #' The `Table$create()` function takes the following arguments:
   #'
   #' * `...` arrays, chunked arrays, or R vectors, with names; alternatively,
   #'    an unnamed series of [record batches][RecordBatch] may also be 
provided,
   #'    which will be stacked as rows in the table.
   #' * `schema` a [Schema], or `NULL` (the default) to infer the schema from
   #'    the data in `...`
   ```


-- 
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]


Reply via email to