Description Usage Arguments Details Examples
Creates a function which returns the corresponding logical
operation between what f1 and f2 return.
1 2 3 4 5 | f1 %&% f2
f1 %|% f2
f1 %xor% f2
|
f1, f2 |
Arbitrary predicate functions. |
To obtain the logical negation of what a function f returns,
use base function Negate.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.