Skip to contents

fuzzy matches 2 character vectors, and returns most similar pairs

Usage

fuzzy_match(a, b)

Arguments

character

vectors a and b

Examples

if (FALSE) {
fuzzy_match(keys_A, keys_B)
}