Nothing
#' 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()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.