tbl_kusto: A tbl object representing a table in a Kusto database.

View source: R/tbl.R

tbl_kustoR Documentation

A tbl object representing a table in a Kusto database.

Description

A tbl object representing a table in a Kusto database.

Usage

tbl_kusto(kusto_database, table_name, ...)

Arguments

kusto_database

An instance of kusto_database_endpoint that this table should be queried from

table_name

The name of the table in the Kusto database

...

parameters to pass in case the Kusto source table is a parameterized function.


Azure/AzureKusto documentation built on Oct. 16, 2023, 7:04 p.m.