all_emojis | R Documentation |
Names, IDs, and categories for all emojis in the emoji lexicon.
data("all_emojis")
A data frame with 1719 observations on the following 4 variables.
emoji
a character vector containing emoji images
name
a character vector containing emoji names as assigned by Unicode
category
a character vector containing emoji categories as assigned by Unicode
number
a numeric vector containing emoji IDs, which are unique to this package
Includes emojis up to Unicode 12.1.
https://unicode.org/emoji/charts-12.1/emoji-list.html
table(all_emojis$category)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.