typeSafeIntersect
preserves data types in a way that the
base::intersect
function does not, e.g. for Date values.
typeSafeIntersect(x, y, dedupe = FALSE)
First set of values.
Second set of values.
Specify TRUE to remove duplicate values.
A vector containing the intersection of x and y.