Merge tables with the same schema
merge_tables.Rd
Merges several tables into one table on the server. All tables must have the same schema, and can be supplied as a list of TableHandles, any number of TableHandles, or a mix of both.
Examples
print("hello!")
#> [1] "hello!"