Skip to contents

Builds a |/ <property> query fragment. Groups columns of a matrix by property; typically followed by ReduceToColumn().

Usage

GroupColumnsBy(value, ...)

Arguments

value

Property name to group columns by, or a piped DafrQuery.

...

Optional piped DafrQuery.

Value

A DafrQuery.

Examples

GroupColumnsBy("type")
#> <DafrQuery> |/ type