Given vectors A and B, returns only the entities from vector A that don't occur in vector B.
x %not_in% table
The vector you want to check.
Table in which to do lookups against x.
Same form of return as %in% — except it will return only elements on the lhs that aren't present on the rhs