https://github.com/jumpingrivers/2018-whyr
https://github.com/jumpingrivers/2018-whyr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumpingrivers/2018-whyr
- Owner: jumpingrivers
- Created: 2018-07-01T15:01:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T19:36:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T10:19:13.328Z (over 1 year ago)
- Language: CSS
- Size: 912 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shiny Basics and Advanced Shiny Courses
## Shiny Basics
This workshop is quite structured, we will work through lots of examples together. To prepare please do the following:
```{r}
install.packages("drat")
drat::addRepo("jr-packages")
install.packages("jrShiny")
# start a new Rstudio project (optional)
jrShiny::create_project()
```
## Advanced Shiny
This workshop is less structured, you can clone or download this repository and you will have everything you need.