mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-02 02:34:57 -05:00
378 B
378 B
This small Shiny application demonstrates Shiny's automatic UI updates. Click
Show Code in the upper right, then look at the code for server.R. 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.