View source: R/data_cleaners.R
setdiff_bidir | R Documentation |
Bidirectional setdiff rather than the default unidirectional version
setdiff_bidir(x, y)
x, y |
As in |
A vector of the two items with setdiff run in both directions. Items are identified from the original set by names starting with "x" and "y".
setdiff_bidir(1:5, 3:8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.