grapes-nin-grapes: %nin% function

Description Usage Arguments Details Value Author(s) Examples

Description

Evaluates whether the left hand side argument is not in the right hand side argument.

Usage

1
lhs %nin% rhs

Arguments

lhs

left hand side

rhs

right hand side

Details

The %nin% function negates the %in% operator.

Value

The function returns a vector of the same length as lhs.

Author(s)

Mathijs Deen

Examples

1
c(1,2,3) %nin% c(1,2)

mathijsdeen/mdmaTools documentation built on Dec. 21, 2021, 2:52 p.m.