Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.31 KB

Structure your app: introduction to Shiny modules

CC BY-NC-SA 4.0

This is the teaching material for the Shiny modules tutorial held at the userR!2021. The recording is available at YouTube.

Get started

Clone the repository to your local machine and explore the material. To do the exercises, you need the following packages:

  • shiny >= 1.5.0
  • DT
  • dplyr >= 0.7.0
  • ggplot2 >= 3.0.0

Contents

  • the presentation in HTML and Rmarkdown format (introduction_to_shiny_modules)
  • the exercises, have a look at the overview
  • the solutions (:bangbang: only look there when you really really don't know how to solve the exercises)
  • additional app examples for topics only briefly mentioned in the tutorial

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0