This operator is equivalent to !(x %in% y).
!(x %in% y)
x %nin% y
x
:: vector() Values that should not be in y.
vector()
y
:: vector() Values to match against.