R/emoji_shortcut.R

Defines functions emoji_shortcut

Documented in emoji_shortcut

#' Emoji Shortcut Function (to work with keyboard shortcut)
#'
#' Designed to be bound to a keyboard shortcut.
#'
#' @return Opens addin popup for emoji selection.
#' @export
#'
#' @examples
#' if (interactive()) {
#'   emoji_shortcut()
#' }
emoji_shortcut <- function() {
  insert_emoji_addin()
}

Try the Rmoji package in your browser

Any scripts or data that you put into this service are public.

Rmoji documentation built on June 8, 2025, 12:25 p.m.