![](../logo.png)
Package index
-
compare_cols()
- Compare column names of two data frames to find differences
-
compare_df_wrapper()
- Compare two data frames using
compareDF::compare_df()
-
create_comparison_excel()
- Create Excel report for comparing two data frames
-
df1
- Example Data Frame 1
-
df2
- Example Data Frame 2
-
find_dups()
- Separate duplicated data frame rows from rows with no duplicates
-
get_changed_row_indices_by_column()
- Get row indices by column of changed values
-
get_comparison()
- Compare two data frames
-
get_left_right_view()
- Convert data comparison from top-bottom to left-right view
-
get_pivoted_view()
- Get pivot comparison view
-
get_top_bottom_view()
- Segregates data frame comparisons by type
-
insert_dummy_cols()
- Force two data frames to have the same columns by creating dummy columns
-
standardize_col_order()
- Standardize column order
-
summarize_compare_cols()
- Summary metrics for data frame comparison by columns
-
summarize_compare_rows()
- Summary metrics for data frame comparison by rows