setdiffNumericForcedCommutative: Order-independent difference of a set of converted numerics.

Description Usage Arguments See Also Examples

Description

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.

Usage

1

Arguments

x

first set of differences.

y

second set of differences.

See Also

setdiffNumericForced: converts character inputs of two sets into numeric and finds the set difference.
searchMetaData

Examples

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)

EncoredTechR/baseEncored documentation built on May 6, 2019, 3:47 p.m.