collect.tbl_kusto: Compile the preceding dplyr operations into a kusto query,...

View source: R/tbl.R

collect.tbl_kustoR Documentation

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

Description

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

Usage

## S3 method for class 'tbl_kusto'
collect(x, ...)

Arguments

x

An instance of class tbl_kusto representing a Kusto table

...

needed for agreement with generic. Not otherwise used.


cloudyr/AzureKusto documentation built on Oct. 15, 2023, 5:42 p.m.