Skip to contents

not in calculation operator

Usage

left %nin% right

Arguments

left

left element

right

right element

Value

logical value, TRUE if left is not in right

Examples

0 %nin% 1:4
#> [1] TRUE