collect.tbl_kusto | R Documentation |
Compile the preceding dplyr operations into a kusto query, execute it on the remote server, and return the result as a tibble.
## S3 method for class 'tbl_kusto'
collect(x, ...)
x |
An instance of class tbl_kusto representing a Kusto table |
... |
needed for agreement with generic. Not otherwise used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.