%nin% {jtools}R Documentation

Not %in%

Description

This function does the very opposite of %in%

Usage

x %nin% table

Arguments

x

An object

table

The object you want see if x is not in

Value

A logical vector

See Also

Other subsetters: %not%()


[Package jtools version 2.2.2 Index]