intersectAll: intersectAll

Description Usage Arguments Value Author(s) Examples

View source: R/scsR_utils.R

Description

intersect several vectors that can be passed as arguments of the functino

Usage

1

Arguments

...

vectors to intersect

Value

vector that results from the intersection of the input vectors

Author(s)

Andrea Franceschini

Examples

1
	intersectAll(c(1,2,3,4), c(1,2), c(2,3,4))

scsR documentation built on April 28, 2020, 7:11 p.m.