An open API service indexing awesome lists of open source software.

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"

Awesome Lists containing this project

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