unmatch: Unmatched operator

unmatchR Documentation

Unmatched operator

Description

A binary operator to detect unmatched values. The opposite of the %in% operator.

Usage

x %!in% y

Arguments

x

vector or NULL: the values to be compared

y

vector or NULL: the values to be compared against

Examples

1:10 %!in% c(1,3,5,9)

jasenfinch/jfmisc documentation built on Feb. 21, 2024, 7:10 a.m.