make_new_correspondences() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make new correspondences. The function is called for its side effects and does not return a value.
Usage
make_new_correspondences(
data_tb = NULL,
key_1L_chr = character(0),
min_1L_int = 3L,
original_xx = character(0)
)
Arguments
- data_tb
Data (a tibble), Default: NULL
- key_1L_chr
Key (a character vector of length one), Default: character(0)
- min_1L_int
Minimum (an integer vector of length one), Default: 3
- original_xx
Original (an output object of multiple potential types), Default: character(0)
Value
X (Name correspondences lookup table)