nomatch: Value (non) Matching

Description Usage Arguments Examples

Description

The logical negation of %in%.

Usage

1
x %!in% table

Arguments

x

Vector or NULL: the values to be (not) matched.

table

Vector or NULL: the values to be (not) matched against.

Examples

1
4 %!in% 1:3 # returns TRUE

infix documentation built on May 1, 2019, 7:32 p.m.