tbl_kusto {AzureKusto} | R Documentation |
A tbl object representing a table in a Kusto database.
tbl_kusto(kusto_database, table_name, ...)
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. |