not in

x %ni% table

Arguments

x

vector or NULL: the values to be matched

table

the values to be matched against

Examples

"a" %ni% letters
#> [1] FALSE
"coucou" %ni% letters
#> [1] TRUE