%notin% {tidyfst}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

[Package tidyfst version 1.7.8 Index]