2 lines
237 B
Markdown
Raw Normal View History

2025-01-12 00:52:51 +08:00
This example demonstrates output of raw text from R using the `renderPrint` function in `server` and the `verbatimTextOutput` function in `ui`. In this case, a textual summary of the data is shown using R's built-in `summary` function.