R/query_builders_exports.R
SquareRowIs.Rd
Builds a @- <value> query fragment, selecting the column of a square matrix whose row key equals value.
@- <value>
value
SquareRowIs(value, ...)
Row key (character or numeric scalar), or a piped DafrQuery.
Optional piped DafrQuery.
A DafrQuery.
SquareColumnIs()
SquareRowIs("M1") #> <DafrQuery> @- M1