Completed
What is the Shiny package?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Web Apps in R - Building Your First Web Application in R - Shiny Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Introducing the "Web apps in R" series
- 3 What is the Shiny package?
- 4 What we will learn today?
- 5 Structure of a Shiny web app
- 6 Examples of Shiny web apps in action
- 7 Examples from our own research lab
- 8 Let's get started
- 9 Go to Data Professor GitHub and download R code
- 10 What web app are we building today?
- 11 No submit buttons, Reactive!
- 12 Dissecting the web app
- 13 1. ui.R User interface
- 14 2. server.R
- 15 Catalog of shiny themes
- 16 mainPanel displays the output by using verbatimTextOutput
- 17 h1,h2,h3,h4,h5,h6 represents different sizes of the Header title
- 18 How does UI and server interact?
- 19 Schematic of our first Shiny web apps