
Compare two data frames using compareDF::compare_df()
Source: R/get_comparison.R
compare_df_wrapper.RdA convenience wrapper for compareDF::compare_df()
Arguments
- df1_no_dups, df2_no_dups
a
no_dupslist element from afind_dups()output, fordf1anddf2, 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()