emoji_unicode_crosswalk {tidyEmoji} | R Documentation |
Emoji name, Unicode, and Emoji category crosswalk
Description
A data set containing each Emoji name (such as grinning, smile), its respective Unicode and category. One thing to note here is there are duplicated Unicodes in the data set, because one Unicode could have multiple Emoji names.
Usage
emoji_unicode_crosswalk
Format
A data frame with 4536 rows and 3 columns:
- emoji_name
The name of Emoji per se.
- unicode
The Unicode of Emoji.
- emoji_category
The category Emoji falls into.
Source
The raw data sets (emoji_name
and emojis
) come from the
emoji
package, and they are processed by the author for the specific
needs of tidyEmoji
.
[Package tidyEmoji version 0.1.1 Index]