Learn R Programming

diffdf (version 1.1.1)

identify_column_order_differences: Find column ordering differences

Description

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.

Usage

identify_column_order_differences(BASE, COMP)

Arguments

BASE

(data.frame)
Base dataset for comparison

COMP

(data.frame)
Comparator dataset to compare base against