osa_distance | R Documentation |
Calculates the OSA distance between two strings.
osa_distance(s1, s2, score_cutoff = NULL)
s1 |
A string to compare. |
s2 |
Another string to compare. |
score_cutoff |
A threshold for the distance score (default is the maximum possible size_t value). |
An integer representing the OSA distance.
osa_distance("string1", "string2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.