grapes-not_in-grapes: Not in

Description Usage Arguments Value Examples

Description

%not_in% is the opposite of %in%. It is a binary operator, which returns a logical vector indicating if there is not a match of the left hand side in the right hand side vector.

Usage

1
lhs %not_in% rhs

Arguments

lhs

vector or NULL: the values to be matched

rhs

vector or NULL: the values to be matched against

Value

a logical vector

Examples

1
1 %not_in% 2:10 # TRUE

malcolmbarrett/mbmisc documentation built on May 17, 2019, 8:16 a.m.