str_emoji_stats | R Documentation |
Compute Emoji statistics for string
str_emoji_stats(x, emojis.vec = rtweet::emojis$code)
x |
character vector, vectorized over elements |
emojis.vec |
character vector specifying Emoji Unicode values to
be matched and extracted.
Defaults to column "code" of the |
A list (of lists) with elements
the ratio of Emoji characters relative to all characters of the string
the number of Emoji characters
a character vector recording all Emojis matched in (the current element of) 'x'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.