Shiny Tutorial
1
Prerequisites
1.1
Softwares
1.2
R packages
2
Introduction
2.1
Web development
2.2
Shiny
2.3
Resources
3
Getting started
3.1
Structure of a Shiny App
3.2
UI
3.2.1
HTML tags
3.2.2
Layout
3.2.3
Inputs (control widgets)
3.3
Server
3.3.1
Output
3.3.2
Summary practice
4
Reactive Programming
5
Extension
6
References
Published with bookdown
Shiny Tutorial
Chapter 3
Getting started
In this section we’ll walk through the steps of building a simple shiny application.