View source: R/unicode_utils.R
| extract_emojis | R Documentation |
Extracts all emoji characters from text.
extract_emojis(text)
text |
Character vector to extract emojis from |
List of character vectors, one per input element, containing extracted emojis. Returns empty character vector for elements without emojis.
extract_emojis("Hello \U0001F44B World \U0001F30D!")
extract_emojis(c("No emoji", "\U0001F600 \U0001F601 \U0001F602"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.