accent: Get rid of Accent Marks

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Replace lower and upper case accented letters with their counterpart without diacritical marks.

Usage

1
accent(x)

Arguments

x

is a data object which contains diacritical marks.

Details

This function can replace a variety of common marks, but not all of them. It is designed to be expanded on demand.

Value

a vector with same length of x without diacritic.

Author(s)

Daniel Marcelino dmarcelino@live.com.

See Also

ascii.table.

Examples

1
2
x <- 'Thérèse, ne me jugez pas de moitié si vous ne me connaissez pas du tout.'
accent(x)

danielmarcelino/SoundexBR documentation built on May 14, 2019, 4:07 p.m.