unnest.tbl_kusto_abstract {AzureKusto} | R Documentation |
Unnest method for Kusto tables
Description
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.
Usage
## 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
)
Arguments
[Package AzureKusto version 1.1.3 Index]