Description Usage Arguments Value Author(s) Examples
View source: R/correct_elongation.R
correct_elongation replaces elongated words with their standard form.
1 | correct_elongation(text, words = vocabulary_limited)
|
text |
The text variable. |
words |
Character vector containing words whose elongated form is to be corrected. |
Returns a character vector with elongated words replaced by their standard form.
Achilleas Passias
1 2 3 | text <- c("whyyyyy", "whaaaat", "nooo")
correct_elongation(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.