unnest.tbl_kusto_abstract | R Documentation |
This method takes a list column and expands it so that each element of the list gets its own row. unnest() translates to Kusto's mv-expand operator.
## S3 method for class 'tbl_kusto_abstract'
unnest(
data,
cols,
...,
keep_empty = FALSE,
ptype = NULL,
names_sep = NULL,
names_repair = NULL,
.drop = NULL,
.id = NULL,
.sep = NULL,
.preserve = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.