emoji_modifier_extract | R Documentation |
Extract Modifiers from Emojis
emoji_modifier_extract(x)
x |
Characters, vector of emojis. |
This function is vectorized. See emoji_modifiers for full list of modified emojis and their unmodified state.
list of character vectors.
waving_hands <- emojis$emoji[grepl("waving hand", emojis$name)]
waving_hands
emoji_modifier_extract(waving_hands)
set.seed(1234)
emoji_sample <- sample(emojis$emoji, 10)
emoji_sample
emoji_modifier_extract(emoji_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.