Learn R Programming

AzureKusto (version 1.0.1)

tbl_kusto: 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.