Skip to contents

Use when wanting to exclude certain things instead of listing what to include.

Usage

x %ni% y

Arguments

x

A vector.

y

A vector.

Value

A logical vector indicating whether each element of x is not in y.