emoji_detect | 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
stringr::str_detect()
string <- c(letters[1:4], emoji_name[1:6])
emoji_detect(string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.