Shiny Tutorial
1
Prerequisites
1.1
Softwares
2
Introduction
2.1
Web development
2.2
Shiny
2.3
Resources
3
Getting started
3.1
Structure of a Shiny App
3.1.1
Two files Shiny app
3.1.2
Single-file 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.4
More practice
4
Reactive Programming
5
Advanced topics
6
Extension
7
Deploy
7.1
Sharing as
R
files
7.2
Sharing as a webpage
7.2.1
For temporary uses
7.2.2
For long term uses
8
Tips
Published with bookdown
Shiny Tutorial
Chapter 5
Advanced topics