%in%
grapes-not_in-grapes.Rd
This helper function checks if elements of one vector are not found in another vector.
a %not_in% b
vector or NULL
: the values to be matched.
vector or NULL
: the values to be matched against.
A logical vector, indicating if a match was
not located for each element of a
. The values
are TRUE
or FALSE
and never NA
.