intersectAll {scsR}R Documentation

intersectAll

Description

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

Usage

intersectAll(...)

Arguments

...

vectors to intersect

Value

vector that results from the intersection of the input vectors

Author(s)

Andrea Franceschini

Examples

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

[Package scsR version 1.16.0 Index]