isnot_in: Conditional check if a value is not contained in a vector

View source: R/isnot_in.r

isnot_inR Documentation

Conditional check if a value is not contained in a vector

Description

Return TRUE if x is not contained in y, the opposite of %in%.

Usage

isnot_in(x, y)

Arguments

x

A vector

y

A vector

Value

A boolean vector with the return from the condition check.

Examples


isnot_in("a", letters)

isnot_in("1", letters)


vbfelix/relper documentation built on Jan. 28, 2025, 12:15 p.m.