unaccent: Remove all accents from character strings.

Description Usage Arguments Value Author(s) Examples

View source: R/text-functions.R

Description

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

Usage

1

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

1
unaccent("âàéèïì")

scraEP documentation built on June 23, 2021, 9:06 a.m.