Compares each column within 2 datasets to identify any values which they mismatch on.
identify_differences(
BASE,
COMP,
KEYS,
exclude_cols,
tolerance = sqrt(.Machine$double.eps),
scale = NULL
)
Base dataset for comparison (data.frame)
Comparator dataset to compare base against (data.frame)
List of variables that define a unique row within the datasets (strings)
Columns to exclude from comparison
Level of tolerance for numeric differences between two variables
Scale that tolerance should be set on. If NULL assume absolute