The presentation starts here, for the different parts use the links below:
- General Introduction ~30min
- Reactive Programming ~1h15min
- Minimal shiny ~2h
- creating your first minimal application
- practice
- Our Shiny V2 ~1h30
- creating a more complex shiny app with spatial operations
- more practice
- Shiny in production ~15min
- an overview of advanced topics
- Our Shiny V3 ~2h
- last practice
If you are interested, you can re-build the slides, to do so, you need to
- clone this repository,
- open R (or RStudio),
- set the working repository to the newly cloned repository,
- use the following code
install.packages("remotes")
remotes::install_deps()
rmarkdown::render("cws_shiny_workshop.Rmd", "all")