Skip to contents

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.

Usage

merge_tables(...)

Arguments

...

Arbitrary number of TableHandles or vectors of TableHandles with a schema matching this table.

Value

A TableHandle referencing the new table.

Examples

print("hello!")
#> [1] "hello!"