Shiny Introduction

Shiny is an RStudio package enabling the simple creation of interactive web applications with R.

For an introduction and many toutorials, visit the Shiny homepage!


Features

- Build useful web applications with only a few lines of code—no JavaScript required.

- Shiny applications are automatically 'live' in the same way that spreadsheets are live. Outputs change instantly as users modify inputs, without requiring a reload of the browser.