%ni% {thinkr}R Documentation

not in

Description

not in

Usage

x %ni% table

Arguments

x

vector or NULL: the values to be matched

table

the values to be matched against

Examples

"a" %ni% letters
"coucou" %ni% letters


[Package thinkr version 0.16 Index]