not_in: Not in operator

Description Usage Arguments Value

Description

Negates the result of

Usage

1
lhs %notin% rhs

Arguments

lhs

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

rhs

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

Value

A logical vector, indicating if a match was NOT located for each element of x: thus the values are TRUE or FALSE and never NA.


richardslab/MRutils documentation built on Dec. 22, 2021, 4 p.m.