🤷‍♂️ RStudio Addin to Search and Copy Emoji
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
508B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/ermoji_gadget.R
  3. \name{emoji2html}
  4. \alias{emoji2html}
  5. \title{Convert Emoji to HTML}
  6. \usage{
  7. emoji2html(x, copy = clipr::clipr_available())
  8. }
  9. \arguments{
  10. \item{x}{A search term passed to \code{\link[emo:ji]{emo::ji()}} or the result of \code{\link[emo:ji]{emo::ji()}}.}
  11. \item{copy}{Should the result be copied to the clipboard?}
  12. }
  13. \description{
  14. Uses \code{\link[emo:ji]{emo::ji()}} to look up emoji, but return the escaped HTML.
  15. }