lookup_emoji: Lookup emojis from text

View source: R/emoji_lookup.R

lookup_emojiR Documentation

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 class 'data.frame'
lookup_emoji(x, text_field = "text", ...)

## S3 method for class '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.


JBGruber/rwhatsapp documentation built on Jan. 30, 2024, 8:09 p.m.