Transliterate strings from containing Unicode text to ascii text.
unidecode(data, language, changes_file = TRUE, interactive = FALSE)
a vector of character data.
the name of the source language for the text to be processed.
determines whether a text file with the changes made during text processing should be generated.
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.