show_query.tbl_kusto_abstract {AzureKusto}R Documentation

Translate a sequence of dplyr operations on a tbl into a Kusto query string.

Description

Translate a sequence of dplyr operations on a tbl into a Kusto query string.

Usage

## S3 method for class 'tbl_kusto_abstract'
show_query(x, ...)

Arguments

x

A tbl_kusto or tbl_kusto_abstract instance

...

needed for agreement with generic. Not otherwise used.


[Package AzureKusto version 1.1.3 Index]