shiny_emoji | R Documentation |
This RStudio addin allows users to easily insert emojis by name into their R scripts, R Markdown, or Quarto documents. A Shiny-based GUI with a searchable dropdown will appear, allowing the user to select an emoji. Once an emoji is selected, it will be inserted at the cursor's position in the active editor.
shiny_emoji()
Inserts the selected emoji at the cursor position in the active R script or R Markdown document.
if (interactive()) {
shiny_emoji()
}
# Use this addin by running shiny_emoji() from the RStudio Addins menu.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.