emojis {rwhatsapp} | R Documentation |
List of emojis and corresponding descriptions.
Description
A dataset containing emojis and corresponding descriptions. This dataset was collected by combining the data from the emo package with newly scraped emojis from unicode.org.
Usage
emojis
Format
A tibble with 4085 rows and 3 columns:
emoji character representation of the emoji
name of the emoji
-
hex_runes hexadecimal representations of emoji
Details
hex_runes
can be used to easily look up image files of
emojis.
Source
https://github.com/hadley/emo/ and https://unicode.org/emoji/charts/
[Package rwhatsapp version 0.2.4 Index]