compute.tbl_kusto: Execute the query, store the results in a table, and return a...

View source: R/tbl.R

compute.tbl_kustoR Documentation

Execute the query, store the results in a table, and return a reference to the new table

Description

Execute the query, store the results in a table, and return a reference to the new table

Usage

## S3 method for class 'tbl_kusto'
compute(x, ..., name = generate_table_name())

Arguments

x

An instance of class tbl_kusto representing a Kusto table

...

other parameters passed to the query

name

The name for the Kusto table to be created. If name is omitted, the table will be named Rtbl_ + 8 random lowercase letters


AzureKusto documentation built on Oct. 12, 2023, 5:11 p.m.