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 data.frame
lookup_emoji(x, text_field = "text", ...)
# S3 method for character
lookup_emoji(x, ...)
A character vector or data.frame.
not currently used.
the character name or numeric index of the source `data.frame` indicating the variable to be read in as text.