Learn R Programming

rwhatsapp (version 0.2.4)

lookup_emoji: Lookup emojis from text

Description

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).

Usage

lookup_emoji(x, ...)

# S3 method for data.frame lookup_emoji(x, text_field = "text", ...)

# S3 method for character lookup_emoji(x, ...)

Arguments

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.