https://github.com/jonas-hag/structure_your_app
Course material for "Structure your app: introduction to Shiny modules"
https://github.com/jonas-hag/structure_your_app
Last synced: 5 months ago
JSON representation
Course material for "Structure your app: introduction to Shiny modules"
- Host: GitHub
- URL: https://github.com/jonas-hag/structure_your_app
- Owner: jonas-hag
- License: other
- Created: 2021-06-13T20:52:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T21:11:04.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:03:11.409Z (8 months ago)
- Language: HTML
- Size: 85 KB
- Stars: 22
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jonas-hag/structure_your_app - Course material for "Structure your app: introduction to Shiny modules" (HTML)
README
# Structure your app: introduction to Shiny modules
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]This is the teaching material for the Shiny modules tutorial held at the
[userR!2021](https://user2021.r-project.org/). [The recording is available at
YouTube.](https://www.youtube.com/watch?v=oOYaHsPXLvs)## 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](exercises), have a look at the [overview](exercises/overview_exercises.md)
- the [solutions](solutions) (:bangbang: only look there when you really really don't know how to solve
the exercises)
- [additional app examples](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].[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg