grapes-ni-grapes.Rd
%ni%
returns a logical vector indicating if there is a non-match or
match for its left operand
x %ni% table
vector or NULL, values to be matched
vector or NULL, values to be matched against
Logical, TRUE
when x %in% table
is FALSE
6 %ni% 1:5
#> [1] TRUE