soundexES: Spanish 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
soundexES(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, soundexFR .

Examples

1
2
3
4
5
6
7
8
soundexES(x <- c('Alejandro Angel Tapias', 'Alejandro Tapias',
'Alejandro A. Tapias', 'Alexander Angel Tapias',
'Alexandre Angel Tapias'))

## Not run: soundexES(y <- c('Beatriz Rivera', 'Carol Galais', 'Evita Perón', 
'Irene Martin') )

## End(Not run)

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