intersect2: Intersect improved

View source: R/intersect2.R

intersect2R Documentation

Intersect improved

Description

Get the intersection of more than two vectors.

Usage

intersect2(...)

Arguments

...

vectors of items to find the intersection of.

Details

Recursively finds the intersection of several vectors.

Value

Array of the intersection.

See Also

intersect

Examples


intersect2(x2, x3, x5)

graywh/r-gmisc documentation built on April 19, 2023, 1:42 p.m.