Description Usage Arguments Details Value Author(s) Examples
Calculate the Soundex code for a string
1 | soundex_code(string, algorithm = soundex_algorithm("en"))
|
string |
a string or an array of strings for calculating the code |
algorithm |
object with the soundex algorithm |
Soundex is a phonetic algorithm for indexing names by sound. The Soundex code for a name consists of a letter followed by three numerical digits: the letter is the first letter of the name, and the digits encode the remaining consonants. Consonants at a similar place of articulation share the same digit so.
the Soundex code
Daniel Rodriguez Perez
1 | soundex_code('Soundex')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.