setdiffNumericForced: Set difference of converted inputs.

Description Usage Arguments See Also Examples

Description

setdiffNumericForced converts numeral character inputs of two sets into numeric and finds the difference between the sets.

Usage

1

Arguments

x

first set of characters.

y

second set of characters. Note that the function is order dependent, and this is addressed in setdiffNumericForcedCommutative.

See Also

setdiffNumericForcedCommutative: takes the union of the commutative setdiffNumericForced, returning the total set difference.
searchMetaData

Examples

1
2
3
4
5
first <- c('3', '4', '5')
second <- c('1', '3', '6')

setdiffNumericForced(first, second)
setdiffNumericForced(second, first)

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