View source: R/translate-kql.R
kql_translator | R Documentation |
Builds an environment from a list of R -> Kusto query language translation pairs.
kql_translator(..., .funs = list(), .parent = new.env(parent = emptyenv()))
... |
Pairs of R call = Kusto call translations as individual arguments |
.funs |
Parse of R call = Kusto call translations in list format |
.parent |
A parent environment to attach this env onto |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.