Overview
Syllabus
Introduction
Introducing the "Web apps in R" series
What is the Shiny package?
What we will learn today?
Structure of a Shiny web app
Examples of Shiny web apps in action
Examples from our own research lab
Let's get started
Go to Data Professor GitHub and download R code
What web app are we building today?
No submit buttons, Reactive!
Dissecting the web app
1. ui.R User interface
2. server.R
Catalog of shiny themes
mainPanel displays the output by using verbatimTextOutput
h1,h2,h3,h4,h5,h6 represents different sizes of the Header title
How does UI and server interact?
Schematic of our first Shiny web apps
Taught by
Data Professor