compute.tbl_kusto | R Documentation |
Execute the query, store the results in a table, and return a reference to the new table
## S3 method for class 'tbl_kusto'
compute(x, ..., name = generate_table_name())
x |
An instance of class tbl_kusto representing a Kusto table |
... |
other parameters passed to the query |
name |
The name for the Kusto table to be created. If name is omitted, the table will be named Rtbl_ + 8 random lowercase letters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.