insert_emoji | R Documentation |
Inserts an emoji by name from the emoji_dict through writing the function in the cursor position of the Rstudio Document.
insert_emoji(name, default = NULL)
name |
The name of the emoji (case-insensitive). |
default |
A default emoji to use if the name is not found. |
The emoji used (invisibly).
if (interactive()) {
insert_emoji("smile")
insert_emoji("notarealemoji", default = "?")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.