Vectorised over string
Examples
string <- c(letters[1:4], emoji_name[1:6])
emoji_detect(string)
#> [1] FALSE FALSE FALSE FALSE TRUE TRUE TRUE TRUE TRUE TRUE
Vectorised over string
string <- c(letters[1:4], emoji_name[1:6])
emoji_detect(string)
#> [1] FALSE FALSE FALSE FALSE TRUE TRUE TRUE TRUE TRUE TRUE