lookup_emoji: Lookup emojis from text

Description Usage Arguments

View source: R/emoji_lookup.R

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

1
2
3
4
5
6
7
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.


rwhatsapp documentation built on Jan. 5, 2022, 5:09 p.m.