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
- Host: GitHub
- URL: https://github.com/petzi53/learning-shiny
- Owner: petzi53
- Created: 2025-05-31T11:27:31.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-07-15T21:56:17.000Z (3 months ago)
- Last Synced: 2025-07-16T20:44:10.617Z (3 months ago)
- Topics: shiny, shiny-apps, shiny-r, shiny-server
- Language: JavaScript
- Homepage: https://bookdown.org/pbaumgartner/learning-shiny/
- Size: 68.9 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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.