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]