This function executes the comparison of two data frames, generates the differences, and writes them to specified output files.
execute_data_diffs(.base_df, .compare_df, .subject_col, .base_from_svn = FALSE)
A data frame that serves as the base for comparison.
A data frame to compare against the base data frame.
A string representing the column name to be used for subject-based differences.
Set to NULL
for data frames not containing an subject column.
Logical. Was base df exported from svn?
No return value, but this function will write files to the specified output directory containing the differences between the input data frames.