tbl_kusto | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.