nin function

Not in

Not in

This function will return elements of x not in y

x %nin% y

Arguments

  • x: A vector.
  • y: A vector.

Returns

A vector.