Commits


Will Jones authored and Neal Richardson committed f23965ceedb
ARROW-15989: [R] rbind & cbind for Table & RecordBatch ## Summary of Changes * Added `rbind` and `cbind` for Table * Added `cbind` for RecordBatch. `rbind` just redirects the user to use `Table$create` * Changed `c.Array()` implementation to use either `concat_array()` or `ChunkedArray$create()` depending on whether the user wants a single array or zero-copy. * Implemented `c.ChunkedArray` Closes #12751 from wjones127/ARROW-15989-rbind-table Lead-authored-by: Will Jones <willjones127@gmail.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Co-authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>