🤷‍♂️ RStudio Addin to Search and Copy Emoji
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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