Skip to contents

This function negates the in function and returns true if the item before notin is not in the item after.

Usage

x %notin% y

Arguments

x

vector of elements to check

y

vector to check against

Value

A boolean vector.