These are small example apps, explaining the basic functionality of R Shiny.
- Basic HTML elements
- Input widgets
- Outputs
- Layouts
- Themes
- How to get input
- How to define output
- render Functions
- reactive expressions
install.packages("shiny")
install.packages("bslib") # only needed for 1 app