negative_match: Negative match operator

negative_matchR Documentation

Negative match operator

Description

See base::%in% for details on the match operator. The negative match operator is simply the negation of the match operator obtained via the base::Negate function.

Usage

x %!in% table

Arguments

x

vector or NULL: the values to be matched. Long vectors are supported.

table

vector or NULL: the values to be matched against. Long vectors are not supported.

Value

Logical vector.


dispositionEffect documentation built on May 30, 2022, 9:05 a.m.