Learn R Programming

wrapr (version 1.8.8)

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)

Arguments

d1

data.frame 1

d2

data.frame 2

Value

logical TRUE if equivilent