pool {nonmemica} | R Documentation |
Compare sets by evaluating both set differences, and the intersection.
pool(x, y)
x |
vector |
y |
vector |
list: unique x, unique y, and intersection
Other util:
%contains%()
,
as.best()
,
as.best.default()
,
enclose()
,
locf()
,
padded()
,
parens()
,
runhead()
,
text2decimal()
pool(1:3,2:4)