count_emojis | R Documentation |
Function to count the number of each emoji in each item in a character vector.
count_emojis(text)
text |
A character vector. |
A data frame with rows representing items in the input character vector and columns representing emojis. Each value in the data frame reflects the number of one emoji (column) in one element of the input character vector (row).
Rebecca Godard
count_emojis(c("Hello \U001f600", "Hello \U001f622"))
Note: Emojis are not supported by the software used to generate package manuals, so
the unicode character codes are used instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.