An open API service indexing awesome lists of open source software.

https://github.com/jumpingrivers/2018-whyr


https://github.com/jumpingrivers/2018-whyr

Last synced: about 1 month ago
JSON representation

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.