kql_build.op_mutate | R Documentation |
dplyr's mutate verb can include aggregations, but Kusto's extend verb cannot. If the mutate contains no aggregations, then it can emit an extend clause. If the mutate contains an aggregation and the tbl is ungrouped, then it must emit a summarize clause grouped by all variables. If the mutate contains an aggregation and the tbl is grouped, then it must join to a subquery containing the summarize clause.
## S3 method for class 'op_mutate'
kql_build(op, ...)
op |
A nested sequence of query operations, i.e. tbl_kusto$ops |
... |
Needed for agreement with generic. Not otherwise used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.