Open manassehoduor opened 2 years ago
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.
emo::ji_glue(award("Gold")) emo::ji_glue(award("Silver")) emo::ji_glue(award("Bronze")) gtsave(out, "standings.png")
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
Example