powered by
Create an object to be decoded by KaTeX.
katex(x)
A list containing the url-encoding of x.
x
string, some KaTeX code (this is similar to LaTeX)
library(shinySelect) choices <- HTMLchoices( values = list("alpha", "beta", "gamma"), labels = list(katex("\\alpha"), katex("\\beta"), katex("\\gamma")) )
Run the code above in your browser using DataLab