R/helpers.R
operator_not_in.Rd
Anti value matching
x %notin% table
vector of values to be matched
vector of values to match against
A logical vector of same length as 'x', indicating if each element does not exist in the table.