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)

Arguments

.base_df

A data frame that serves as the base for comparison.

.compare_df

A data frame to compare against the base data frame.

.subject_col

A string representing the column name to be used for subject-based differences. Set to NULL for data frames not containing an subject column.

.base_from_svn

Logical. Was base df exported from svn?

Value

No return value, but this function will write files to the specified output directory containing the differences between the input data frames.