Learn R Programming

AzureKusto (version 1.0.1)

collect.tbl_kusto: Compile the preceding dplyr oprations into a kusto query, execute it on the remote server, and return the result as a tibble.

Description

Compile the preceding dplyr oprations into a kusto query, execute it on the remote server, and return the result as a tibble.

Usage

# S3 method for tbl_kusto
collect(tbl, ...)

Arguments

tbl

An instance of class tbl_kusto representing a Kusto table

...

needed for agreement with generic. Not otherwise used.