Learn R Programming

AzureKusto (version 1.1.3)

show_query.tbl_kusto_abstract: 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 tbl_kusto_abstract
show_query(x, ...)

Arguments

x

A tbl_kusto or tbl_kusto_abstract instance

...

needed for agreement with generic. Not otherwise used.