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