%in%
This function does the very opposite of %in%
x %nin% table
x
An object
table
The object you want see if x is not in
A logical vector
Other subsetters: %not%()
%not%()