Skip to contents

This operator is equivalent to !(x %in% y).

Usage

x %nin% y

Arguments

x

(vector())
Values that should not be in y.

y

(vector())
Values to match against.