%!in% {formula.tools}R Documentation

Logical inverse on %in%

Description

Logical NOT IN. Binary operator which returns a logical vector indicating if there is NO match or not for its left operand.

Arguments

x A vector or 'NULL'
table A vector or 'NULL'. Values to be tested against.

Details

Currently defined as: "

Value

A logical vector of the same length as 'x'.

Author(s)

Christopher Brown

See Also

match

Examples

  4   
  "f" 

[Package formula.tools version 0.14.1 Index]