Learn R Programming

tuber (version 1.4.1)

remove_emojis: Remove emojis from text

Description

Removes all emoji characters from text.

Usage

remove_emojis(text)

Value

Character vector with emojis removed

Arguments

text

Character vector to remove emojis from

Examples

Run this code
remove_emojis("Hello \U0001F44B World!")
remove_emojis(c("No emoji", "Has \U0001F600 emoji"))

Run the code above in your browser using DataLab