Description Usage Arguments Details Value Author(s) See Also Examples
Set operations on lists of character vectors.
1 2 3 4 5 |
x |
A |
y |
A |
These functions perform basic set operations on lists of character
vectors in a recursive manner. The work analogous to union,
intersect, and setdiff but on lists.
Intersect returns the intersection of all vectors in x.
Setdiff returns the intersection of x minus the
union of y.
Union returns the union all character vectors in x.
Anders Ellern Bilgrau <anders.ellern.bilgrau (at) gmail.com>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.