Allison Horst
Objectives:
- Introduce general Shiny structure (ui + server)
- Create widgets for user selection
- Understand basics of reactivity (reactive inputs & rendered outputs)
- Build a reactive app
-
Required R packages:
tidyverse
shiny
shinythemes
-
Data:
spooky_data.csv
Data in spooky_data.csv
are curated from two sources:
- Candy Store (candystore.com) data for 2019 candy sales by state.
- Costume rankings by state (2017) from Google Frightgeist
- Mastering Shiny (in development) by Hadley Wickham
- Introduction to Building a Shiny app by Dean Attali
- Many useful tutorials and examples: https://shiny.rstudio.com/tutorial/
- Cool examples of what you can do with Shiny: https://shiny.rstudio.com/gallery/
- Click here for different widget options