🤷‍♂️ 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.

25 lines
612B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/ermoji_gadget.R
  3. \name{ermoji}
  4. \alias{ermoji}
  5. \alias{ermoji_gadget}
  6. \alias{ermoji_shiny}
  7. \title{The ermoji emoji gadget}
  8. \usage{
  9. ermoji_gadget(clipout = clipr::clipr_available(), ...)
  10. ermoji_shiny(clipout = clipr::clipr_available(), ...)
  11. }
  12. \arguments{
  13. \item{clipout}{Should the gadget attempt to write to the clipboard?}
  14. \item{...}{Ignored at this time}
  15. }
  16. \value{
  17. nothing
  18. }
  19. \description{
  20. Opens a miniUI based Shiny gadget in the RStudio Viewer pane with a
  21. searchable table of emoji. Select a row and click the copy desired button.
  22. }