Description Usage Arguments Value Author(s) Examples
Calculate the similarity for two strings str_1
and str_2
based
on the Soundex distance
1 | soundex(str_1, str_2, algorithm = soundex_algorithm("en"))
|
str_1 |
first string for calculating the similarity |
str_2 |
second string for calculating the similarity |
algorithm |
object with the soundex algorithm |
the similarity based on the Soundex distance between the specified strings
Daniel Rodriguez Perez
1 | soundex('saturday', 'sunday')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.