I want to display the correct formula in the Shiny title, for example in Latex:
X_n = X_ {n-1} - \ varepsilon_n
shinyUI(pageWithSidebar( headerPanel("Display formula in heading X_n=X_{n-1}-\varesilon"), sidebarPanel( ), mainPanel( ) ))
r shiny formula
Marta
source share