build_kql {AzureKusto} | R Documentation |
Build a KQL string.
Description
Build a KQL string.
Usage
build_kql(..., .env = parent.frame())
Arguments
... |
input to convert to KQL. Use |
.env |
the environment in which to evaluate the arguments. Should not be needed in typical use. |
[Package AzureKusto version 1.1.3 Index]