![](../logo.png)
Compare two data frames using compareDF::compare_df()
Source: R/get_comparison.R
compare_df_wrapper.Rd
A convenience wrapper for compareDF::compare_df()
Arguments
- df1_no_dups, df2_no_dups
a
no_dups
list element from afind_dups()
output, fordf1
anddf2
, 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()