1

A basic R code chunk to display the problem in an RMarkdown script:

library(formattable)

df <- data.frame(test = c("\u2265", "\u2264", "==", "equals", "!=", "\u2265=", "\u2264="))

formattable(df)

Doesn't show any of the unicode symbols after I try and knit to html, instead replacing them with =:

enter image description here

4

1 に答える 1