grapes-not-in-grapes: Not In

Description Usage Arguments Details Value Author(s) Examples

Description

This is the opposite of in

Usage

1
x %not in% table

Arguments

x

a value

table

a vector or table of values

Details

It does the opposite of what in does.

Value

This function true if x is not in y

Author(s)

Matt Simmons mattsimmons@email.com

Examples

1
2
3
x <- 1
y <- c(2,3,4)
x %not in% y

mattsq/examplePackage documentation built on May 23, 2020, 12:23 p.m.