nest.tbl_kusto_abstract function

Nest method for Kusto tables

Nest method for Kusto tables

This method collapses a column into a list

## S3 method for class 'tbl_kusto_abstract' nest(.data, ...)

Arguments

  • .data: A kusto tbl.
  • ...: Specification of columns to nest. Translates to summarize make_list() in Kusto.
  • Maintainer: Alex Kyllo
  • License: MIT + file LICENSE
  • Last published: 2023-10-12