Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chendaniely/2015-04-15-spdc-shiny
Shiny Tutorial for SPDC
https://github.com/chendaniely/2015-04-15-spdc-shiny
talk
Last synced: about 2 months ago
JSON representation
Shiny Tutorial for SPDC
- Host: GitHub
- URL: https://github.com/chendaniely/2015-04-15-spdc-shiny
- Owner: chendaniely
- License: mit
- Created: 2015-04-13T18:17:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T01:32:17.000Z (over 9 years ago)
- Last Synced: 2024-10-14T13:54:49.901Z (3 months ago)
- Topics: talk
- Language: HTML
- Homepage: http://www.meetup.com/stats-prog-dc/events/221534560/
- Size: 2.43 MB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2015-04-15-SPDC-shiny
[![DOI](https://zenodo.org/badge/11594/chendaniely/2015-04-15-SPDC-shiny.svg)](#DOI)
Ebola dataset and images were taken from Caitlin Rivers' repo: https://github.com/cmrivers/ebola
Shiny Tutorial for Statistical Programming DC meetup on [2015-04-15](http://www.meetup.com/stats-prog-dc/events/221534560/)
1. [Knitr](http://yihui.name/knitr/) primer
2. Basic [ebola](https://github.com/chendaniely/ebola/tree/dev-dan-shiny/data_products/shinyCountryTimeseries) plot
3. Interactive Shiny [documents](http://rmarkdown.rstudio.com/authoring_shiny.html)
4. Interactive Shiny [app](http://shiny.rstudio.com/)# How to download and get the files
There are 2 ways you can get the files1. If you know your way around github you can clone this repository.
2. You can click the "Download Zip" button to the right and unzip all the files on to your computer.The Material used for the lesson are in the `lessons` folder. They are numbered so you can go through them the exact same way I did during the talk.
# How to view/render the files
To render or run everything: The simplest way is to open the `.Rmd` files and click `knit html` and have the presentation and rmarkdown documents render for you.
If you want to run the shiny app. You have to open the `ui.R` and `server.R` files in rstudio, then you will have a `run app` button to click.If you want, the `.html` files in the `lessons` folder can be viewed directly so you do not have to render them in r/rstudio to go through the slides
# Known bugs
During the 04-lesson my image was not showing up in the shiny app. Please see the issues tap on the top right to see why. Essentially, I needed to add the image to a `www` folder within the shiny app folder.