add_op_single: Append an operation representing a single-table verb to the...

View source: R/ops.R

add_op_singleR Documentation

Append an operation representing a single-table verb to the tbl_kusto object's ops list

Description

Append an operation representing a single-table verb to the tbl_kusto object's ops list

Usage

add_op_single(name, .data, dots = list(), args = list())

Arguments

name

The name of the operation, e.g. 'select', 'filter'

.data

The tbl_kusto object to append the operation to

dots

The expressions passed as arguments to the operation verb

args

Other non-expression arguments passed to the operation verb


AzureKusto documentation built on Oct. 12, 2023, 5:11 p.m.