Negates %in%
for easier (miss)matching.
Arguments
- x
A character string to match.
- table
A table containing values to match x
against.
Value
A logical vector, indicating if a mismatch was located for any
element of x: thus the values are TRUE
or FALSE
and never NA
.