powered by
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)
The emoji used (invisibly).
The name of the emoji (case-insensitive).
A default emoji to use if the name is not found.
if (interactive()) { insert_emoji("smile") insert_emoji("notarealemoji", default = "?") }
Run the code above in your browser using DataLab