build_kql: Build a KQL string.

View source: R/kql-escape.R

build_kqlR Documentation

Build a KQL string.

Description

Build a KQL string.

Usage

build_kql(..., .env = parent.frame())

Arguments

...

input to convert to KQL. Use kql() to preserve user input as is (dangerous), and ident() to label user input as kql identifiers (safe)

.env

the environment in which to evaluate the arguments. Should not be needed in typical use.


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