Skip to contents

Data Sets

These data sets contain all the emojis and their related metadata you might need.

emojis
Full List of Emojis
emoji_name
Emoji Names
emoji_keyword
Emoji Keywords
emoji_rx
A regular expression to catch all emojis
emoji_modifiers
Emoji Modifiers

Emoji Retrival Functions

Functions to return/search/fix remojis based on their names.

emoji()
Find a single emoji
emoji_find()
List all emoji with a given keyword
emoji_fix()
Turn emojis into qualified emojis
emoji_modifier_remove()
Remove Modifiers from Emojis
emoji_modifier_extract()
Extract Modifiers from Emojis

Novelty Emoji Functions

Fun set of functions to return emojis based on a group.

emoji_p()
Summarise your p-values with emoji
arrow()
Insert Arrow emojis
clock()
emoji version of time
flag()
Insert Flag Emojis
keycap()
Keycap emoji sequence
medal()
Insert medal emojis
moon()
Insert Moon Phase Emoji
shape()
Insert Arrow emojis
zoo()
Random Animals

Glue Interpolation

Combine the power of glue::glue and emoji().

emoji_glue()
Glue Interpolation for Emojis

Emoji String Functions

stringr functions but for emojis.

emoji_count()
Count the number of emojis in a string
emoji_detect()
Detect the presence or absence of emojis in a string
emoji_extract() emoji_extract_all()
Extract emojis from a string
emoji_locate() emoji_locate_all()
Locate the position of emojis in a string
emoji_match() emoji_match_all()
Extract matched emojis from a string
emoji_replace() emoji_replace_all()
Replace emojis in a string
emoji_subset() emoji_which()
Keep strings containing an emoji, or find positions