Description Usage Arguments Details Value Examples
This function returns the non-overlapping values from the two input vectors.
1 | outersect(x, y)
|
x |
vector |
y |
vector |
It checks for values from the first inout not appearing in the second input and for the values from the second inout not appearing in the first input.
sorted vector of non-overlapping values from lists x and y
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.