outersect: outersect: The opposite of R's intersect function. Author:...

View source: R/outersect.R

outersectR Documentation

outersect: The opposite of R's intersect function. Author: Tony Breyal example from http://www.r-bloggers.com/outersect-the-opposite-of-rs-intersect-function/.

Description

outersect: The opposite of R's intersect function. Author: Tony Breyal example from http://www.r-bloggers.com/outersect-the-opposite-of-rs-intersect-function/.

Usage

outersect(x, y, ...)

Arguments

x:

vector to compare.

y:

vector to compare.

...:

vectors to compare.

Value

vector: Set of elements which are in either of the sets and not in their intersection.


diegogarcilazo/myutilities documentation built on Jan. 4, 2024, 2:11 p.m.