Splits the output of compare_df_wrapper() in several smaller data frames
organized by type of change and formats it
Usage
get_top_bottom_view(
comparison_df,
comparison_table_diff,
id_cols,
cc_out,
df1_exact_dups,
df2_exact_dups,
df1_id_dups,
df2_id_dups,
df1_id_NA,
df2_id_NA
)Arguments
- comparison_df
the
comparison_dfelement of acompare_df_wrapper()output- comparison_table_diff
the
comparison_table_diffelement of acompare_df_wrapper()output- id_cols
a character vector of id columns output from
compare_cols()- cc_out
a list output from
compare_cols()- df1_exact_dups, df2_exact_dups
an
exact_dupslist element from afind_dups()output, fordf1anddf2, respectively- df1_id_dups, df2_id_dups
an
id_dupslist element from afind_dups()output, fordf1anddf2, respectively- df1_id_NA, df2_id_NA
an
id_NAlist element from afind_dups()output, fordf1anddf2, respectively
