setXor: Set Xor

View source: R/setXor.R

setXorR Documentation

Set Xor

Description

Performs (x \cup y) \setminus (x \cap y) on parameters, returning all elements that are in either x or y, but not both.

Usage

setXor(x, y)

Arguments

x, y

Objects to perform set function on.

Author(s)

Michaja Pehl

Examples

x <- c('a', 'b', 'c')
y <- c('b', 'c', 'd')
setXor(x, y)


pik-piam/quitte documentation built on April 26, 2024, 12:58 a.m.