AzureKusto/man/build_kql.Rd

20 строки
544 B
Plaintext
Исходник Обычный вид История

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/kql-escape.R
\name{build_kql}
\alias{build_kql}
\title{Build a KQL string.}
\usage{
build_kql(..., .env = parent.frame())
}
\arguments{
\item{...}{input to convert to KQL. Use \code{\link[=kql]{kql()}} to preserve
user input as is (dangerous), and \code{\link[=ident]{ident()}} to label user
input as kql identifiers (safe)}
2022-08-25 23:32:37 +03:00
\item{.env}{the environment in which to evaluate the arguments. Should not
be needed in typical use.}
}
\description{
Build a KQL string.
}