mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-02 10:45:06 -05:00
241 B
241 B
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.