Description Usage Arguments Details Value Author(s) See Also Examples
This function extends the union
function to allow more than 2
vectors to be unioned. In practice, we do not use union at all, but a more
optimised algorithm.
1 |
... |
at least 2 vectors to be unioned |
Values are returned in the same order that they are first detected when
iterating though ...
A vector containing the union of all the input vectors.
Mark Cowley
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.