unaccent {scraEP}R Documentation

Remove all accents from character strings.

Description

This function removes all diacritic accents from character strings (eg. transforms "àüî" into "aui").

Usage

unaccent(text)

Arguments

text

a character vector

Value

A character vector, containing the unaccentuated version of the given text.

Author(s)

Julien Boelaert jubo.stats@gmail.com

Examples

unaccent("âàéèïì")

[Package scraEP version 1.2 Index]