View source: R/unicode_utils.R
| remove_emojis | R Documentation |
Removes all emoji characters from text.
remove_emojis(text)
text |
Character vector to remove emojis from |
Character vector with emojis removed
remove_emojis("Hello \U0001F44B World!")
remove_emojis(c("No emoji", "Has \U0001F600 emoji"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.