grapes-not-in-grapes: Opposite of in

Description Usage Arguments Examples

Description

Opposite of in

Usage

1
LHS %!in% RHS

Arguments

LHS

a primative or vector

RHS

a vector

Examples

1
2
1 %!in% c(1,2) # FALSE
1 %!in% c(2,3) # TRUE

mattgarber4/myUtils documentation built on Dec. 13, 2020, 12:54 p.m.