%in%grapes-not_in-grapes.RdThis helper function checks if elements of one vector are not found in another vector.
a %not_in% bvector 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.