Difference between revisions of "Lesson08"
Jump to navigation
Jump to search
Line 50: | Line 50: | ||
==Core Readings== | ==Core Readings== | ||
+ | * [https://cran.r-project.org/web/packages/shiny/shiny.pdf Shiny reference guide] at CRAN | ||
* Hadley Wickham (2021) '''Mastering Shiny''', O’Reilly Media. This is a highly recommended book. You can find the online version with this [https://mastering-shiny.org/index.html link]. | * Hadley Wickham (2021) '''Mastering Shiny''', O’Reilly Media. This is a highly recommended book. You can find the online version with this [https://mastering-shiny.org/index.html link]. | ||
+ | |||
==Additional references== | ==Additional references== |
Latest revision as of 18:27, 1 March 2021
|
|
|
|
|
Getting to Know Shiny from RStudio
Contents
Content
- Motivation of developing web-enabled applications
- Basic principles of web applications
- Introducing Shiny
- Getting to know Shiny
- Architecture of Shiny
- Building block of Shiny app
- Hands-on Exercise
Must Do!
View the three parts series of Shiny Tutorial at this link.
Readings
Core Readings
- Shiny reference guide at CRAN
- Hadley Wickham (2021) Mastering Shiny, O’Reilly Media. This is a highly recommended book. You can find the online version with this link.
Additional references
- Colin Fay, Sébastien Rochette, Vincent Guyader, Cervan Girard (2020), Engineering Production-Grade Shiny Apps, Chapman & Hall. You can find the online version with this link.
- Outstanding User Interfaces with Shiny.
- How to Build a Shiny Application from Scratch.
DataCamp Course
- Building Web Applications with Shiny in R
- Case Studies: Building Web Applications with Shiny in R
- Building Dashboards with shinydashboard