Learn R Programming

joinspy (version 0.7.3)

.detect_factor_mismatch: Detect Factor Level Mismatches

Description

Checks if factor columns have mismatched levels.

Usage

.detect_factor_mismatch(x_col, y_col, x_name, y_name)

Value

A list with factor mismatch information.

Arguments

x_col

Factor column from left table.

y_col

Factor column from right table.

x_name

Name of left column.

y_name

Name of right column.