Course

R Shiny: Level 0

The R Shiny package facilitates an automatic "reactive" binding between inputs and outputs, and contains extensive pre-built widgets, using which powerful and interactive web applications can be easily built. Apart from web applications, R Shiny can also be used to create dashboards, or standalone applications which can be hosted on a webpage or embedded in R Markdown documents. Like most other web applications, Shiny applications too can be extended by employing CSS themes, htmlwidgets, and JavaScript actions.

5 Lessons

Outcomes

By the end of the course, learners would be able to:

  • Know R Shiny’s structure, various functionalities and capabilities

  • Build interactive web applications in R using Shiny libraries

Level: Level 0
Duration: 10 hours
Pre-requisites:

R Programming: Level 0

What’s next: R Shiny: Level 01