notin: Negation of the infix %in% operator

Description Usage

Description

This function is the opposite of the %in% operator. It works the same, and can be used in the same situations. It selects all cases not in another vector. Output is TRUE or FALSE, never NA.

Usage

1
x %!in% y

norment/normentR documentation built on Nov. 11, 2020, 2:16 a.m.