grapes-not_in-grapes: A binary operator for NOT IN

Description Usage Arguments Value

Description

Test whether the elements of x are contained within y. It is simply a wrapper around !(x %in% y) but intended as a more readable alternative.

Usage

1
x %not_in% y

Arguments

x

A vector.

y

A vector.

Value

A logical vector of the corresponding matches.


liam-c-smith/secretsauce documentation built on May 16, 2019, 7:16 p.m.