emoji_detect {emoji} | R Documentation |
Vectorised over string
emoji_detect(string, negate = FALSE)
string |
Input vector. Either a character vector, or something coercible to one. |
negate |
If |
A logical vector
string <- c(letters[1:4], emoji_name[1:6])
emoji_detect(string)