| 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.
emojia character vector containing emoji images
namea character vector containing emoji names as assigned by Unicode
categorya character vector containing emoji categories as assigned by Unicode
numbera 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.