grapes-and-grapes.Rd
Chain multiple argument conditions
a1 %&% a2
First condition
Second condition
The concatenation of both conditions
checklist <- "numeric" %&% (~ . != 0) %&% (~ abs(.) < 10) f <- def(a = "numeric", b = checklist, { a / b })