hadley / emo

Easily insert emoji into R and RMarkdown
416 stars 53 forks source link

How can i insert an emo::ji in a geom_text() for my ggplot? #65

Open aito123 opened 2 years ago

aito123 commented 2 years ago

Hello, i'm trying to insert an emoji on my donut ggplot but my emoji appears like a symbol (image attached), and not like the native: 😁

image

Is there a way to insert a type emoji object into the geom_text? because it can only be inserted using as.character(my_emoji)

Thanks very much.