Learn R Programming

wrapr (version 1.9.6)

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

d1

data.frame 1

d2

data.frame 2

...

force later arguments to bind by name

tolerance

numeric comparision tolerance

Value

logical TRUE if equivilent