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