powered by
Checks whether text contains any emoji characters.
has_emoji(text)
Logical vector indicating whether each element contains emojis
Character vector to check for emojis
has_emoji("Hello world") has_emoji("Hello world! \U0001F44B") has_emoji(c("No emoji", "Has emoji \U0001F600", "Also none"))
Run the code above in your browser using DataLab