identify_mode_differences {diffdf} | R Documentation |
Identifies any mode differences between two data frames
identify_mode_differences(BASE, COMP)
BASE |
Base dataset for comparison (data.frame) |
COMP |
Comparator dataset to compare base against (data.frame) |