intersectAll {scsR} | R Documentation |
intersect several vectors that can be passed as arguments of the functino
intersectAll(...)
... |
vectors to intersect |
vector that results from the intersection of the input vectors
Andrea Franceschini
intersectAll(c(1,2,3,4), c(1,2), c(2,3,4))