Learn R Programming

Rmoji (version 0.1.0)

shiny_emoji: 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()

Arguments

Value

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

Examples

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

Run the code above in your browser using DataLab