hadley / emo

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

award/medal emojis loses colors #69

Open manassehoduor opened 2 years ago

manassehoduor commented 2 years ago

Description

I tried out the {emo(ji)} package with award/medal emojis glued to a table created by {gt} but the saved table resulted in a color loss in both emojis. Kindly, help.

Code Snippets

emo::ji_glue(award("Gold"))
emo::ji_glue(award("Silver"))
emo::ji_glue(award("Bronze"))

gtsave(out, "standings.png")

Example

image