nomatch {infix} | R Documentation |
Value (non) Matching
Description
The logical negation of %in%
.
Usage
x %!in% table
Arguments
x |
Vector or NULL : the values to be (not) matched.
|
table |
Vector or NULL : the values to be (not) matched against.
|
Examples
4 %!in% 1:3 # returns TRUE
[Package
infix version 0.1.0
Index]