grapes-not-in-grapes: Not In Set operator (opposite to %in%)

Description Usage Arguments Value Examples

Description

Not In Set operator (opposite to %in%)

Usage

1
x %!in% y

Arguments

x

A vector.

y

A vector.

Value

A vector of length x with TRUE/FALSE.

Examples

1
2
3
x <- c("a", 2, 3)
y <- c("b", 2, 3, 4)
x %!in% y

moritz-hanke/LittleHelpers documentation built on May 3, 2019, 4:07 p.m.