lookup_emoji | R Documentation |
Takes a character string or data.frame with text, looks up all emoji characters in it and also returns their description. Supports the full unicode Emoji List v13.0 (see emojis).
lookup_emoji(x, ...)
## S3 method for class 'data.frame'
lookup_emoji(x, text_field = "text", ...)
## S3 method for class 'character'
lookup_emoji(x, ...)
x |
A character vector or data.frame. |
... |
not currently used. |
text_field |
the character name or numeric index of the source 'data.frame' indicating the variable to be read in as text. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.