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

https://github.com/petzi53/learning-shiny

Personal notes during reading "Mastering Shiny" by Hadley Wickham
https://github.com/petzi53/learning-shiny

shiny shiny-apps shiny-r shiny-server

Last synced: about 2 months ago
JSON representation

Personal notes during reading "Mastering Shiny" by Hadley Wickham

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# Learning Shiny

This Quarto book collects my personal notes, trials and exercises of
[Mastering Shiny](https://mastering-shiny.org/) by Hadley Wickham.

WATCH OUT: This is my personal learning material and is therefore
neither an accurate replication nor an authoritative textbook.

I wrote this book as a text for others to read because that forces me to
become explicit and explain all my learning outcomes more carefully.
Please keep in mind that this text is not written by an expert but by a
learner.