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.


marcozanotti/dispositionEffect documentation built on May 31, 2022, 12:51 p.m.