https://github.com/richfitz/remoji
Emoji for R :joy_cat:
https://github.com/richfitz/remoji
Last synced: over 1 year ago
JSON representation
Emoji for R :joy_cat:
- Host: GitHub
- URL: https://github.com/richfitz/remoji
- Owner: richfitz
- License: other
- Created: 2015-02-13T00:06:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T05:44:23.000Z (over 11 years ago)
- Last Synced: 2024-10-13T17:49:42.071Z (almost 2 years ago)
- Language: R
- Homepage:
- Size: 133 KB
- Stars: 42
- Watchers: 9
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emoji for R
[](https://travis-ci.org/richfitz/remoji)
[](https://coveralls.io/r/richfitz/remoji?branch=master)
I am sorry :crying_cat_face:.
```r
devtools::install_github("richfitz/remoji")
library(remoji)
message(emoji("cat"))
message(emoji(list_emoji(), TRUE))
message(sub_emoji("This is silly :frowning:"))
emoji_table(find_emoji("frown"))
emoji_table(find_emoji("frown", approximate=TRUE))
```
```
library(magrittr)
find_emoji("sun") %>% emoji_table()
find_emoji("chart") %>% emoji_table()
```
I am so sorry :joy_cat: