all_equal_df: Compare two data.frames.

View source: R/all_equal_df.R

all_equal_dfR Documentation

Compare two data.frames.

Description

This will convert factors to characters and disregard row and column order

Usage

all_equal_df(df1, df2)

Arguments

df1

first data.frame() to compare

df2

second data.frame() to compare

Value

TRUE or FALSE in case differences are present


designit documentation built on May 29, 2024, 12:04 p.m.