Learn R Programming

UnidecodeR (version 0.02)

unidecode: Transliterate unicode strings to ascii text

Description

Transliterate strings from containing Unicode text to ascii text.

Usage

unidecode(data, language, changes_file = TRUE, interactive = FALSE)

Arguments

data

a vector of character data.

language

the name of the source language for the text to be processed.

changes_file

determines whether a text file with the changes made during text processing should be generated.

interactive

a choice of whether the function should be performed using an interactive mode. If TRUE, all potential transliterations will be summarized and presented and then individual changes can be made.