soundex_algorithm: Soundex algorithm for the specified language

Description Usage Arguments Details Value Author(s) Examples

View source: R/soundex.R

Description

Returns an object that can be used in the Soundex funtions to execute in different languages.

Usage

1
soundex_algorithm(lang = "en")

Arguments

lang

the language code

Details

This function returns the soundex code algorithms for use in different languages. The languages currently supported are:

Value

an object to be used in the Soundex funtions

Author(s)

Daniel Rodriguez Perez

Examples

1
2
algorithm <- soundex_algorithm(lang = 'en')
soundex_code('Soundex', algorithm = algorithm)

drodriguezperez/financialsanctions documentation built on May 17, 2019, 2:42 p.m.