I am trying to remove emojis from customers' reviews data in R. Emojis appear in this format <U+0001F603>.
For example, this is how a review appears in the dataset: "It's mind-blowing! <U+0001F603>" And I want to remove the <U+0001F603>.
I have tried gsub and iconv but did not work.
I really appreciate any help you can provide.