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