check_equiv_frames: Check two data.frames are equivilent after sorting columns and rows.
Description
Confirm two dataframes are equivilent after reordering columns and rows.
Usage
check_equiv_frames(d1, d2, ..., tolerance = sqrt(.Machine$double.eps))
Arguments
...
force later arguments to bind by name
tolerance
numeric comparision tolerance
Value
logical TRUE if equivilent