Skip to contents

Calculates the set of entries not present in the second vector. Added for convenience since this is not supported by default in R.

Usage

a %notin% b

Arguments

a

First vector object.

b

Second vector object.

Value

A vector of logical entries of 'a' not present in 'b'.

Author

Martin Jung

Examples

# example code