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

1.7KB

---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

[emo]: https://github.com/hadley/emo
[DT]: https://rstudio.github.io/DT
[clipr]: https://github.com/mdlincoln/clipr
[devtools]: https://github.com/r-lib/devtools
[miniUI]: http://shiny.rstudio.com/articles/gadget-ui.html

# ermoji

Search, find and copy emojis inside RStudio.
Basically a [DT] + [clipr] + [miniUI] wrapper around [hadley/emo][emo].

**Why?** Because 🤓. But also because I wanted an easy way to find the Unicode strings for emoji.

## Installation

Install **ermoji** with [devtools]

``` r
devtools::install_github("gadenbuie/ermoji")
```

## Usage

Open *Search and Copy Emoji* from the RStudio Addins dropdown.

<img src="inst/addins-list.png" width="200px">

Pick your emoji and use the "Copy" buttons to copy the emoji to your clipboard.

### Browse the Emoji List

<img src="inst/example-browse.png" width="400px" style="border: solid 1px black">

### Search for Emoji

You can use regular expressions to search for any text in the table of emoji.

<img src="inst/example-global-search.png" width="400px" style="border: solid 1px black">

### Search *by Emoji*

You can even search *by emoji* by pasting your emoji into the search field.

<img src="inst/example-emoji-search.png" width="400px" style="border: solid 1px black">

### Search in Specific Columns

Search inside individual columns for more specific emoji finding.

<img src="inst/example-column-search.png" width="400px" style="border: solid 1px black">