Lecture 27
Duke University
STA 199 - Fall 2023
2023-12-07
Shiny is an R package that makes it easy to build interactive web apps straight from R. You can host standalone apps on a webpage or embed them in R Markdown documents or build dashboards. You can also extend your Shiny apps with CSS themes, htmlwidgets, and JavaScript actions.
Server
+
⇄
Client / Browser
+ +
Let’s make a weather app!
Go to https://github.com/sta199-f23-1/shiny-demo to follow along.