emoji_locate {emoji} | R Documentation |
Vectorised over string
emoji_locate(string)
emoji_locate_all(string)
string |
Input vector |
For emoji_locate
an integer matrix, for emoji_locate_all
a list
of integer matrices
string <- paste(c(letters[1:4], emoji_name[1:6]), collapse = " ")
emoji_locate(string)
emoji_locate_all(string)