soundex: Calculate the similarity based on the Soundex distance

Description Usage Arguments Value Author(s) Examples

View source: R/soundex.R

Description

Calculate the similarity for two strings str_1 and str_2 based on the Soundex distance

Usage

1
soundex(str_1, str_2, algorithm = soundex_algorithm("en"))

Arguments

str_1

first string for calculating the similarity

str_2

second string for calculating the similarity

algorithm

object with the soundex algorithm

Value

the similarity based on the Soundex distance between the specified strings

Author(s)

Daniel Rodriguez Perez

Examples

1
soundex('saturday', 'sunday')

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