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
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>
Browser other questions tagged r rmarkdown
You are not signed in. Login or sign up in order to post.
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.
– Willian Vieira
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!
– Clecio Nepunuceno