soundexFR: French Soundex Encoding

Description Usage Arguments Value Note Author(s) References See Also Examples

Description

Soundex will return the Census Soundex Code for the given Francophone string. The Soundex code consists of up to 4 characters long. The integer refinement will return an integer code value instead.

Usage

1
soundexFR(term)

Arguments

term

is the vector with character strings.

Value

A character vector or matrix with the same dimensions as term.

Note

This function is an adaptation of the US census soundex version. See in http://www.archives.gov/research/census/soundex.html

Author(s)

Daniel Marcelino

References

Borg, Andreas and Murat Sariyar. (2012) RecordLinkage: Record Linkage in R, R package version 0.4-1, http://CRAN.R-project.org/package=RecordLinkage.

See Also

soundexBR,soundexES.

Examples

1
2
soundexFR(x <- c('Jean Charest', 'John Charest',
	'James Charest', 'John James Charest'))

SciencePo documentation built on May 2, 2019, 5:53 p.m.