Lecture 25
Duke University
STA 199 - Spring 2024
2024-04-23
Take the time to fill out course and TA evaluations!
Want to nominate a TA as “TA of the Year”? Send an email to dus@stat.duke.edu with your nomination.
Go to your ae
repo, and pull.
Make a change, any change, to ae-19-last-ae.qmd
. render, commit, and push.
Finalize (render, commit, push) by 8 am tomorrow (Wednesday) morning
Fill out last peer evaluations by Sunday
Section 1 - Green Beans - Forest Fires: https://sta199-s24.github.io/project-green_beans/presentation.pdf
Section 3 - Team E - Red Wine Quality: https://sta199-s24.github.io/project-team_e/presentation.pdf
Section 5 - Inside Investigators - NYC Crime: Perpetrator Demographics & Crime by Borough: https://sta199-s24.github.io/project-inside_investigators
Section 2 - Data Devils - Gender Pay Gap by Industry: https://sta199-s24.github.io/project-data_devils/presentation.pdf
Gigi Dunn
Erica Shen
Harika Amineni
Lina Leyhausen
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-s24/shiny-demo to follow along.
Note
If you want to code along, click on the “Use this template” button to create a copy of this repo for yourself, clone it in RStudio, and code along as usual.