GuangchuangYu / emojifont

:lollipop:Emoji and fontawesom in both base and ggplot2 graphics
https://guangchuangyu.github.io/emojifont/
67 stars 22 forks source link

Include emojis in Rmarkdown #19

Closed dppalomar closed 6 years ago

dppalomar commented 6 years ago

Hi, I would like to use the package emojifont to include emojis in Rmarkdown. All the examples I have seen involve plotting with plot or ggplot. But I would like to simply include an emoji in the middle in some text. Thanks!

GuangchuangYu commented 6 years ago

then pls use emo pkg.

dppalomar commented 6 years ago

Thanks!!

IndrajeetPatil commented 5 years ago

I am facing a similar issue (referenced to here by Yihui Xie) but in the context of writing functions for an R package.

Therefore, I can't use the emo package because it's not on CRAN. Is there any other solution?