add_op_set_op {AzureKusto} | R Documentation |
Append a set operation to the tbl_kusto object's ops list
Description
Append a set operation to the tbl_kusto object's ops list
Usage
add_op_set_op(x, y, type)
Arguments
x |
The "left" tbl |
y |
The "right" tbl |
type |
The type of set operation to perform, currently only supports union_all |
[Package AzureKusto version 1.1.3 Index]