🤷‍♂️ RStudio Addin to Search and Copy Emoji
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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. }