🤷‍♂️ RStudio Addin to Search and Copy Emoji
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Garrick Aden-Buie 8a52b45277 Version 0.1.1 7 роки тому
R Add HTML in dropup button plus more 7 роки тому
inst Update screenshots at 650 x 700 8 роки тому
man Add HTML in dropup button plus more 7 роки тому
.Rbuildignore ermoji addin 8 роки тому
.gitignore ermoji addin 8 роки тому
DESCRIPTION Version 0.1.1 7 роки тому
NAMESPACE Add HTML in dropup button plus more 7 роки тому
README.Rmd not a theme 8 роки тому
README.md not a theme 8 роки тому
ermoji.Rproj ermoji addin 8 роки тому

README.md

ermoji

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

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

Installation

Install ermoji with devtools

devtools::install_github("gadenbuie/ermoji")

Or install using Dean Attali’s addinlist.

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.


ermoji was built by Garrick Aden-Buie (@grrrck).

Built on the shoulders of giants. Thanks to Hadley Wickham for emo, Yihui Xie and RStudio for DT, Matthew Lincoln for clipr. Thanks to r-lib for devtools and usethis — from idea to package in 60 minutes.

Find more great RStudio addins on the addinlist, like my other addin regexplain.

Feel free to file an issue if you find a bug – or better yet, submit a pull request!