notin: Value mismatching

View source: R/notin.R

notinR Documentation

Value mismatching

Description

Value mismatching

Usage

notin(x, y)

Arguments

x

Vector: the values to be matched.

y

Vector: the values to be matched against.

Value

A vector of positions of mismatches.

Examples

notin(c("a"), c("a", "b"))
notin(c("a"), c("c", "b"))

vjilmari/vjihelpers documentation built on May 23, 2022, 6:43 p.m.