Skip to contents

Produces a table of high level summary statistics for comparing two data frames in terms of rows

Usage

summarize_compare_rows(df1, df2, all, id_cols)

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()

Value

a data frame with three columns: Rows, df1, df2