Learn R Programming

AzureKusto (version 1.0.1)

compute.tbl_kusto: 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 tbl_kusto
compute(tbl, name = generate_table_name(), ...)

Arguments

tbl

An instance of class tbl_kusto representing a Kusto table

name

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

...

other parameters passed to the query