not_in: not_in

Description Usage Arguments Value

View source: R/not_in.r

Description

Checks for where x is not in y. The opposite of the base

Usage

1
not_in(x, y)

Arguments

x

A vector.

y

A comparison vector.

Value

A logical vector of equal length to x indicating which elements of x are not located in y.


lina2497/alextools documentation built on June 7, 2020, 10:29 a.m.