Shiny Application List

Reactivity

This example demonstrates a core feature of Shiny: reactivity. In the server function, a reactive c…

Miles Per Gallon

This example demonstrates the following concepts:

  • Global variables: The mpgData variable is declar…

Sliders

This example demonstrates Shiny's versatile sliderInput widget.

Slider inputs can be used to selec…

Tabsets

This example demonstrates the tabsetPanel and tabPanel widgets.

Notice that outputs that are not vi…