emoji_unicode_crosswalk | R Documentation |
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.
emoji_unicode_crosswalk
A data frame with 4536 rows and 3 columns:
The name of Emoji per se.
The Unicode of Emoji.
The category Emoji falls into.
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.