These are the materials for the Shiny Web Apps workshop. Download to your computer to follow along with the hands-on examples.
Option 1: Clone or Download the GitHub Repository
- Run
git clone https://github.com/uvarc/shiny-workshop
in the terminal - -OR- Go to https://github.com/uvarc/shiny-workshop and click green "Code" button, then click "Download ZIP"
Option 2: Create a New R Project (need Git installed for this option)
- File > New Project > Version Control > Git
- Repository URL: https://github.com/uvarc/shiny-workshop
- Create Project
After downloading, run packages-for-workshop.R
-
Project Directory
-
slides/
: contains all the RMarkdown files/slides for this workshop- Knit
MAIN.Rmd
to see the main slideshow - Each section is a separate RMarkdown file (feel free to take notes in these!)
- Knit
-
projects/
: contains all the code we'll be working with today- Each app will live in a separate directory
-
sandbox/
: place to put code snippets or quick demos
-
Here are additional materials for learning about Shiny:
-
BIMS Shiny Workshop: https://bioconnector.github.io/workshops/r-shiny.html
-
Reactivity: https://shiny.rstudio.com/articles/reactivity-overview.html
-
Shiny Cheat Sheet: https://shiny.rstudio.com/images/shiny-cheatsheet.pdf