Skip to contents

A convenience wrapper for compareDF::compare_df()

Usage

compare_df_wrapper(df1_no_dups, df2_no_dups, id_cols, tolerance)

Arguments

df1_no_dups, df2_no_dups

a no_dups list element from a find_dups() output, for df1 and df2, respectively

id_cols

a character vector of id columns output from compare_cols()

tolerance

amount by which numeric values can vary and still be considered equal (helps reduce machine rounding errors false positive differences)

Value

a list returned by compareDF::compare_df()

Details

Rows that were duplicated in df1 or df2 should be removed prior to calling this function