emoji_replace_name | R Documentation |
Vectorised over string
emoji_replace_name(string)
string |
Input vector |
Each emoji is replaced with human readable string in the form
:name_of_emoji:
.
A character vector
example <- c(
paste0("This is an emoji; ", emoji("person_facepalming")),
paste0("You can write slides in ", emoji("key"), emoji("musical_note"))
)
example
emoji_replace_name(example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.