.analyze_match: Analyze Match Between Two Key Sets
Description
Compares keys from two tables to determine overlap.
Usage
.analyze_match(x_keys, y_keys, x_n_rows)
Value
A list with match analysis.
Arguments
- x_keys
Vector of keys from left table (NA removed).
- y_keys
Vector of keys from right table (NA removed).
- x_n_rows
Total rows in left table.