grapes-notin-grapes: Not IN

Description Usage Arguments Value Examples

Description

Not IN

Usage

1
x %notin% y

Arguments

x

a thingy

y

another thingy

Value

a logical

Examples

1
2
A <- c("Fido", "Leonidas", "Fuzzy", "Tralfaz")
A[A %notin% c("Fido")]

burch-cm/kittius documentation built on March 11, 2021, 5:40 a.m.