identify_att_differences: Identify differences in attributes

View source: R/identify.R

identify_att_differencesR Documentation

Identify differences in attributes

Description

Identifies any attribute differences between two data frames

Usage

identify_att_differences(BASE, COMP, exclude_cols = "")

Arguments

BASE

Base dataset for comparison (data.frame)

COMP

Comparator dataset to compare base against (data.frame)

exclude_cols

Columns to exclude from comparison


gowerc/diffdf documentation built on April 9, 2024, 9:34 p.m.