mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
2 lines
241 B
Markdown
2 lines
241 B
Markdown
This example demonstrates output of raw text from R using the `renderPrint` function in `server.R` and the `verbatimTextOutput` function in `ui.R`. In this case, a textual summary of the data is shown using R's built-in `summary` function.
|