Shiny is an R package that enables interactive web applications to be built using R. They are a great way of allowing users to explore a dataset and make use of the graphical and statistical functionality of R without having to write any code.

Number of course hours : 8
Level: Expert
Topics Covered:
Course Content:
This course is a combination of talks and practical exercises. It covers the concepts required to create a functioning Shiny application including:
- Layouts
- Inputs
- Outputs
- Reactivity
To write Shiny applications you should be comfortable with using R. It is recommended that students should have completed Introductory and Advanced R courses (core or tidyverse) before attending this course.