# ermoji Search, find and copy emojis inside RStudio. Basically a [DT](https://rstudio.github.io/DT) + [clipr](https://github.com/mdlincoln/clipr) + [miniUI](http://shiny.rstudio.com/articles/gadget-ui.html) wrapper around [hadley/emo](https://github.com/hadley/emo). **Why?** Because 🤓. But also because I wanted an easy way to find the Unicode strings for emoji. ## Installation Install **ermoji** with [devtools](https://github.com/r-lib/devtools) ``` r devtools::install_github("gadenbuie/ermoji") ``` ## Usage Open *Search and Copy Emoji* from the RStudio Addins dropdown. Pick your emoji and use the “Copy” buttons to copy the emoji to your clipboard. ### Browse the Emoji List ### Search for Emoji You can use regular expressions to search for any text in the table of emoji. ### Search *by Emoji* You can even search *by emoji* by pasting your emoji into the search field. ### Search in Specific Columns Search inside individual columns for more specific emoji finding.