Learn R Programming

joinspy (version 0.7.3)

.detect_case_mismatch: Detect Case Mismatches Between Keys

Description

Finds keys that would match if case-insensitive but don't match case-sensitive.

Usage

.detect_case_mismatch(x, y)

Value

A list with:

has_issues

Logical indicating if case mismatches found

mismatches

Data frame of key pairs that differ only by case

Arguments

x

A character vector (keys from left table).

y

A character vector (keys from right table).