indel_distance.Rd
Calculates the insertion/deletion (Indel) distance between two strings.
indel_distance(s1, s2)
The first string.
The second string.
A numeric value representing the Indel distance.
indel_distance("kitten", "sitting") #> [1] 5