View source: R/unicode_utils.R
| replace_emojis | R Documentation |
Replaces all emoji characters with a specified string.
replace_emojis(text, replacement = "")
text |
Character vector to process |
replacement |
String to replace emojis with. Default: "" (empty string) |
Character vector with emojis replaced
replace_emojis("Hello \U0001F44B World!", replacement = "[emoji]")
replace_emojis("Rate: \U0001F600\U0001F600\U0001F600", replacement = "*")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.