Description Usage Arguments Value Examples
Perform symmetric set difference, as opposed to base::setdiff which
performs asymmetric set difference.
1  | setdiffsym(x, y)
 | 
x, y | 
 Vectors to compare  | 
All elements that are in one vector but not the other
1 2  | setdiffsym(1:4, 3:5)
setdiffsym(3:5, 1:4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.