jaro_distance.Rd
Calculates the Jaro distance between two strings, a value between 0 and 1.
jaro_distance(s1, s2)
The first string.
The second string.
A numeric value representing the Jaro distance.
jaro_distance("kitten", "sitting") #> [1] 0.2539683