This function is the reciprocal of %in%. See the match funciton in base R.

x %ni% table

Arguments

x

The value to search for in table.

table

The set of values to serve as the base for the match function.