grapes-notin-grapes: Negated Value Matching

Description Usage Arguments Author(s) Examples

Description

Returns a logical vector indicating if there is no match of the left operand in the right operand.

Usage

1
x %notin% table

Arguments

x

The values to be matched

table

The values to be matched against

Author(s)

Thomas Neitmann

Examples

1
2
`%notin%` <- admiral:::`%notin%`
"a" %notin% c("b", "v", "k")

epijim/admiral documentation built on Feb. 13, 2022, 12:15 a.m.