Compares two datasets and outputs a table listing any differences in the column orders between the two datasets. Columns that are not contained within both are ignored however column ordering is derived prior to removing these columns.
identify_column_order_differences(BASE, COMP)
(data.frame
)
Base dataset for comparison
(data.frame
)
Comparator dataset to compare base against