emoji_count | R Documentation |
Vectorised over string
emoji_count(string)
string |
Input vector |
An integer vector
stringr::str_count()
string <- paste(c(letters[1:4], emoji_name[1:6]), collapse = " ")
emoji_count(string)
emoji_count(emoji_name[1:6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.