grapes-not-in-grapes: Not In

%!in%R Documentation

Not In

Description

A more intuitive way to test for x not in y

Usage

lhs %!in% rhs

Arguments

lhs

left-hand side

rhs

right-hand size

Examples

## Not run: 
a <- c("a", "b", "c", "d")
b <- c("a", "b")
a %!in% b

## End(Not run)

ekholme/eemisc documentation built on May 30, 2022, 6:34 p.m.