mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
6 lines
301 B
Markdown
6 lines
301 B
Markdown
This small Shiny application demonstrates Shiny's automatic UI updates. Move the
|
|
*Number of observations* slider and notice how the `renderPlot` expression is
|
|
automatically re-evaluated when its dependant, `input$obs`, changes, causing a
|
|
new distribution to be generated and the plot to be rendered.
|
|
|