Description Usage Arguments Details Value Author(s) See Also Examples
Function returns intersect of all coulmns of a data.frame.
1 | colIntersect(x)
|
x |
A data.frame |
Intersect is found recursively. In means that at first the intersect of the first and the second column is computed. Later this intersect is compared to third column in order to obtain common values etc.
Vector of common values
Ivana Ihnatova
intersect
, ~~~
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.