powered by
Vectorised over string
string
emoji_detect(string, negate = FALSE)
A logical vector
Input vector. Either a character vector, or something coercible to one.
If TRUE, return non-matching elements.
TRUE
stringr::str_detect()
string <- c(letters[1:4], emoji_name[1:6]) emoji_detect(string)
Run the code above in your browser using DataLab