Set intersection of arbitrary number of arguments
mintersect.RdSet intersection of arbitrary number of arguments.
Details
The base R function intersect is a binary
operation. mintersect works with any positive number of
arguments.
If called with one argument, mintersect returns it. This is
unlike intersect which gives an error in this case.
Calling mintersect with no arguments is an error (as it is for
intercect).