Learn R Programming

joinspy (version 0.7.3)

.analyze_multicolumn_keys: Analyze Multi-Column Key Breakdown

Description

For composite keys, determines which column(s) cause mismatches.

Usage

.analyze_multicolumn_keys(x, y, x_by, y_by)

Value

A list with per-column match analysis.

Arguments

x

Data frame (left table).

y

Data frame (right table).

x_by

Column names in x.

y_by

Column names in y.