Shiny is an R package developed by RStudio for developing interactive visualisations in the form of web apps. These web apps can be hosted on a Shiny server and embedded in webpages via an iFrame. Shiny is a powerful tool that can be used for a wide range of things (e.g. data collection) and isn't limited to visualisations alone.
- Shiny Tutorial - official tutorial from RStudio on using the Shiny package.
- Shiny Reference Documentation - help documents that accompany the Shiny package.
- Shiny Best Practice - best practice guide on developing a Shiny app.
- Advanced Tips and Tricks - tips and tricks for developing a Shiny app.