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