Description Usage Arguments See Also Examples
setdiffNumericForcedCommutative
takes the union of values returned by
setdiffNumericForced(x, y)
and setdiffNumericForced(y, x)
,
returning the total set of unlike integers between x
and y
.
1 |
x |
first set of differences. |
y |
second set of differences. |
setdiffNumericForced
: converts character inputs of two sets
into numeric and finds the set difference.
searchMetaData
1 2 3 4 5 6 | # Here, a and b can be thought of as results from setdiffNumericForced(x, y)
# setdiffNumericForced(y, x), respectively.
a <- c('4', '5')
b <- c('1', '6')
setdiffNumericForcedCommutative(a, b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.