%ni% {lava} | R Documentation |
Matching operator (x not in y) oposed to the %in%
-operator (x in y)
Description
Matching operator
Usage
x %ni% y
Arguments
x |
vector |
y |
vector of same type as |
Value
A logical vector.
Author(s)
Klaus K. Holst
See Also
Examples
1:10 %ni% c(1,5,10)
[Package lava version 1.8.0 Index]