library(dplyr)
compare_data_frame_object_report(
df1 = iris %>% dplyr::mutate(ID = row_number()),
df2 = iris %>% dplyr::mutate(ID = row_number()),
ids = 'ID',
report_title = "Iris data Comparator report",
report_author = "Sergio Ewane",
report_context = "i'm checking if the two dataframe contains the same values"
)
Run the code above in your browser using DataLab