not-in: Not in

Description Usage Arguments Value Author(s) Examples

Description

Negation of the %in% operator.

Usage

1
  x %nin% table

Arguments

x

The values to be matched

table

The values to not be matched against

Value

Logical vector, negation of the %in% operators on the same arguments.

Author(s)

Original author: Romain Francois

Examples

1
2
                        
  1:10 %nin% c(1,3,5,9)  

yapomif documentation built on May 2, 2019, 4:51 p.m.