tbl_kusto_abstract | R Documentation |
Useful for testing KQL generation without a remote connection.
tbl_kusto_abstract(df, table_name, ...)
library(dplyr)
df <- data.frame(x = 1, y = 2)
df <- tbl_kusto_abstract(df, "table1")
df %>%
summarise(x = sd(x)) %>%
show_query()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.