Description Usage Arguments Value Author(s) Examples
View source: R/edit_contractions.R
edit_contractions replaces contractions with their expanded form.
1 |
text |
The text variable. |
Returns a character vector with contractions replaced by their expanded form.
Achilleas Passias
1 2 3 4 5 6 7 8 9 | text <- c(
"I'm fine.",
"Couldn't be worse?",
"'cause",
"You'll stay with us.",
"Yes ma'am."
)
edit_contractions(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.