Determine a common ordering from a set of vectors
Arguments
- ...
Input vectors
- .strict
If
TRUE
, an error will be thrown if no common ordering exists. IfFALSE
, a warning will be thrown and the output will be returned. Note that to use the output in such cases, you may want to callunique()
to remove any duplicates.