Skip to contents

Inverted versions of %in%

Usage

x %nin% table

Examples

1 %nin% 1:10
#> [1] FALSE
"A" %nin% 1:10
#> [1] TRUE