Learn R Programming

scsR (version 1.8.0)

intersectAll: 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

Examples

Run this code
	intersectAll(c(1,2,3,4), c(1,2), c(2,3,4))

Run the code above in your browser using DataLab