shiny_emoji {Rmoji}R Documentation

Shiny app with drop-down option, it runs from addins and using shortcut.

Description

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.

Usage

shiny_emoji()

Value

Inserts the selected emoji at the cursor position in the active R script or R Markdown document.

Examples

if (interactive()) {
  shiny_emoji()
}
# Use this addin by running shiny_emoji() from the RStudio Addins menu.

[Package Rmoji version 0.1.0 Index]