Description Usage Arguments Value Author(s) Examples
View source: R/edit_interjections.R
edit_interjections replaces interjections.
1 | edit_interjections(text, replacement = "")
|
text |
The text variable. |
replacement |
Character string replacing the interjections. |
Returns a character vector with interjections replaced.
Achilleas Passias
1 2 3 | text <- c("hahaha", "oh", "ahah", "emmm", "ahem")
edit_interjections(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.