out: Value un-Matching

%out%R Documentation

Value un-Matching

Description

The %out% function works as the inverse of %in%, looking for the absence of value or values of the lhs from the rhs.

Usage

lhs %out% rhs

Arguments

lhs

A value or vector to be un-matched from.

rhs

A value or vector to be un-matched to.

Examples

v <- c("a","b","c")
u <- c("a","b","d")
v %out% u

mike-decarlo/augmentR documentation built on March 17, 2023, 11:05 a.m.