tbl_kusto {AzureKusto} | R 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. |
[Package AzureKusto version 1.1.3 Index]