Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Info

This small Shiny application demonstrates Shiny's automatic UI updates.

Move the Number of bins slider and notice how the renderPlot expression is automatically re-evaluated when its dependant, input$bins, changes, causing a histogram with a new number of bins to be rendered.

Original Code