Skip to contents

Builds a -/ <property> query fragment. Groups rows of a matrix by property; typically followed by ReduceToRow().

Usage

GroupRowsBy(value, ...)

Arguments

value

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

...

Optional piped DafrQuery.

Value

A DafrQuery.

Examples

GroupRowsBy("donor")
#> <DafrQuery> -/ donor