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