File: table_latex_main.R

package info (click to toggle)
r-cran-shinystan 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,172 kB
  • sloc: sh: 15; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
mainPanel(
  width = 8,
  actionButton(
    "tex_go",
    withMathJax("Update \\(\\LaTeX\\)"),
    icon = icon("print", lib = "glyphicon")
  ),
  br(), br(),
  verbatimTextOutput("summary_stats_latex_out")
)