negative_match {dispositionEffect}R 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.


[Package dispositionEffect version 1.0.1 Index]