emoji_locate | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.