Description Usage Arguments Details Value Author(s) Examples
Returns an object that can be used in the Soundex funtions to execute in different languages.
1 | soundex_algorithm(lang = "en")
|
lang |
the language code |
This function returns the soundex code algorithms for use in different languages. The languages currently supported are:
en
English
an object to be used in the Soundex funtions
Daniel Rodriguez Perez
1 2 | algorithm <- soundex_algorithm(lang = 'en')
soundex_code('Soundex', algorithm = algorithm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.