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