Description Usage Arguments Details Value Examples
Performs set intersection on a list of vectors
1 | intsect(x)
|
x |
list of sets (vectors of same mode or factors) |
The intersection between the sets in the list is found. This means no duplicate values are returned, whether or not there were any in the input.
A vector of same mode as input, or a single factor object if input was factor.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.