identify_extra_cols {diffdf}R Documentation

identify_extra_cols

Description

Identifies columns that are in a baseline dataset but not in a comparator dataset

Usage

identify_extra_cols(DS1, DS2)

Arguments

DS1

Baseline dataset (data frame)

DS2

Comparator dataset (data frame)


[Package diffdf version 1.0.4 Index]