except: Elements of x Except Those in y

View source: R/except.R

exceptR Documentation

Elements of x Except Those in y

Description

Does not treat the operation as a set.

Usage

except(x, y)

Arguments

x

larger vector.

y

smaller vector.

Value

elements of x not appearing in y.

Examples

except(c(1:5), 3)
except(chars("abcde"), "c")
except(chars("abracadabra"), "b")

charcuterie documentation built on April 3, 2025, 8:53 p.m.