Difference between revisions of "Lesson 8"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 43: | Line 43: | ||
* Complete the entire course [https://www.datacamp.com/courses/building-web-applications-in-r-with-shiny-case-studies Building Web Applications in R with Shiny: Case Studies] of Datacamp | * Complete the entire course [https://www.datacamp.com/courses/building-web-applications-in-r-with-shiny-case-studies Building Web Applications in R with Shiny: Case Studies] of Datacamp | ||
+ | |||
=Core References= | =Core References= | ||
+ | |||
+ | * [https://vimeo.com/rstudioinc/review/131218530/212d8a5a7a/#t=0m0s Part 1 - How to build a Shiny app] | ||
+ | |||
+ | * [https://vimeo.com/rstudioinc/review/131218530/212d8a5a7a/#t=42m2s Part 2 - How to customize reactions] | ||
+ | |||
+ | * [https://vimeo.com/rstudioinc/review/131218530/212d8a5a7a/#t=1h32m41s Part 3 - How to customize appearance] | ||
+ | |||
+ | * [http://shiny.rstudio.com/articles/shinyapps.html Shinyapps.io - Getting started] | ||
+ | |||
+ | |||
+ | =Additional References= | ||
+ | |||
+ | * [http://zevross.com/blog/2016/04/19/r-powered-web-applications-with-shiny-a-tutorial-and-cheat-sheet-with-40-example-apps/ R powered web applications with Shiny] | ||
+ | |||
+ | * [https://resources.rstudio.com/shiny-developer-conference/shinydevcon-gadgets-hadleywickham-1080p Building interactive tools for exploratory data analysis] | ||
+ | |||
+ | * [https://resources.rstudio.com/shiny-developer-conference/shinydevcon-who-app-zevross-1080p WHO App - Zev Ross] | ||
+ | |||
+ | * [https://resources.rstudio.com/shiny-developer-conference/shinydevcon-airbnb-v3-ricardobion-1080p Airbnb - Ricardo Bio]n | ||
+ | |||
+ | |||
+ | =Shiny Applications= | ||
+ | * [https://shiny.rstudio.com/gallery/ Gallery] | ||
+ | * [https://www.showmeshiny.com/ Show Me Shiny] | ||
+ | * [https://rstd.io/shiny-contest-2019 Shiny Contest Submission] | ||
+ | * [https://plot.ly/r/shiny-gallery/ Gallery of Plotly Graphs in R Shiny] | ||
+ | * [http://freerangestats.info/blog/2018/05/13/nz-govt-shinyapps Fifteen New Zealand government Shiny web apps] | ||
+ | * [https://nzprimarysectortrade.wordpress.com/2018/10/15/introducing-the-new-zealand-trade-intelligence-dashboard/ Introducing the New Zealand Trade Intelligence Dashboard] |
Latest revision as of 06:05, 18 October 2019
|
|
|
|
|
Building Web-enabled Visual Analytics Applications in R with Shiny
Content
- Introduction of Shiny
- Design Web Applications with Shiny
Must Do
- Complete the entire course Building Web Applications in R with Shiny: Case Studies of Datacamp
Core References
Additional References