R/query_builders_exports.R
ReduceToRow.Rd
Builds a >- <Reduction> query fragment from a reduction query. Converts each column of a matrix to a single value via the given reduction.
>- <Reduction>
ReduceToRow(reduction, ...)
A reduction DafrQuery (e.g. Sum(), Mean()), or a piped DafrQuery with the reduction supplied in ....
Sum()
Mean()
...
The reduction DafrQuery when reduction holds the piped prior.
reduction
A DafrQuery.
ReduceToColumn()
ReduceToRow(Sum()) #> <DafrQuery> >- Sum