Skip to contents

Produce a comparison test between the new processed data and the existing data

Usage

produce_test_comparison(old_data, new_data, recid = FALSE)

Arguments

old_data

dataframe containing the old data test flags

new_data

dataframe containing the new file data test flags

recid

Logical True/False. Use True when comparing the ep file.

Value

a dataframe with a comparison of new and old data

See also

write_tests_xlsx

Other test functions: get_existing_data_for_tests(), write_tests_xlsx()