| soundex | R Documentation |
American Soundex algorithm for phonetic encoding.
soundex(word)
word |
Character. Word to encode |
Character. 4-character Soundex code
soundex("Robert") # "R163"
soundex("Rupert") # "R163" (same as Robert)
soundex("Washington") # "W252"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.