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

0

I can not see the emoji of the package emo of R when generating a file in rmarkdown.

I do this:

emo::ji("smile")

Nothing appears and reports no error.

In this other way:

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

Output is output:

<chr><U+0001F604>   
    
asked by anonymous 17.12.2018 / 21:38

0 answers