Emojis do not appear when executing the emo::ji() function in R

Asked

Viewed 105 times

1

I can’t see the emoji from the package emo of R when I file in rmarkdown.

I do it this way:

emo::ji("smile")

Nothing appears and reports no error.

In this other way:

tibble::tibble(emo::ji("smile"))

Output:

<chr><U+0001F604>   
  • 1

    What output of the document, pdf or html? How to pass pdf to Latex will not be as easy as html. Here in html works correctly. Still, take the opportunity to edit the issue with the part of code you are having problem with a playable example.

  • It’s a pdf document . So far I haven’t embedded the emoji in the report, I need it to appear in the output first. Thanks @Willianvieira!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.