krlmlr commented on code in PR #14371: URL: https://github.com/apache/arrow/pull/14371#discussion_r994755421
########## r/src/table.cpp: ########## @@ -302,6 +303,27 @@ std::shared_ptr<arrow::Table> Table__from_record_batches( return tab; } +// [[arrow::export]] +std::shared_ptr<arrow::Table> Table__from_schema(SEXP schema_sxp) { Review Comment: I like the idea of having `as_arrow_table.Schema()`, `as.data.frame.Schema()` forwarding to `as.data.frame(as_arrow_table(...))` . -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org