ni: Reverse Value Matching

Description Usage Arguments Value Examples

Description

Negation of the %in% operator.

Usage

1
x %ni% y

Arguments

x

The values to be matched.

y

The values to not be matched against.

Value

A logical vector.

Examples

1
1:5 %ni% c(3,4,5)

gschofl/gsmisc documentation built on May 17, 2019, 8:52 a.m.