Summary metrics for data frame comparison by rows
Source:R/get_comparison.R
summarize_compare_rows.Rd
Produces a table of high level summary statistics for comparing two data frames in terms of rows
Arguments
- df1, df2
data frames to compare
- all
a data frame with all the compared data with
discrepancy
column- id_cols
a character vector of id columns output from
compare_cols()