grapes-notin-grapes: Not in operator

%notin%R Documentation

Not in operator

Description

Inverse operation of match.

Usage

x %notin% y

Arguments

x

vector or NULL

y

vector or NULL

Examples


"a" %in% letters[1:3]
"a" %notin% letters[1:3]

1 %in% 1:3
1 %notin% 1:3

tidyfst documentation built on July 26, 2023, 5:20 p.m.