Learn R Programming

AzureKusto (version 1.1.3)

add_op_set_op: 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