full_setdiff: Calculate the full set difference between two objects

View source: R/full_setdiff.r

full_setdiffR Documentation

Calculate the full set difference between two objects

Description

Regular setdiff() is order-specific, but sometimes you just want to know what elements are just not in both lists. This function does that.

Usage

full_setdiff(x, y)

Arguments

x

a vector to combine

y

a vector to combine


baslat/sak documentation built on April 14, 2025, 4:14 p.m.