notin {operator.tools}R Documentation

NOT IN

Description

Commonly created NOT-IN operator

Usage

x %!in% table

Arguments

x

object on the lhs

table

object/list on the rhs


[Package operator.tools version 1.6.3 Index]