🤷‍♂️ RStudio Addin to Search and Copy Emoji
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
636B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/emoji_picker.R
  3. \name{emoji_picker}
  4. \alias{emoji_picker}
  5. \title{Emoji Picker}
  6. \usage{
  7. emoji_picker(gadget = TRUE)
  8. }
  9. \arguments{
  10. \item{gadget}{If \code{TRUE} the app is run as a gadget, otherwise it's run as a
  11. standalone app.}
  12. }
  13. \value{
  14. A list with the \code{emoji}, the emoji \code{name} and the \code{html} entity.
  15. }
  16. \description{
  17. An emoji picker gadget that lets you search and find emoji and insert either
  18. the unicode, HTML, or \code{emo::ji()} versions of the emoji. Built using the
  19. \href{https://emoji-button.js.org/}{Emoji Button} JavaScript library.
  20. }