Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.84 KB

README.md

File metadata and controls

31 lines (15 loc) · 1.84 KB

Shiny Workshop - Open Data Science Conference 2019

In this workshop, we'll be using data from the NBA 2018/19 season to explore the stats of NBA players with the help of a Shiny app. The final app we'll be building is here (mirror)

Slides are available here

Before we begin

Step 1: Go to https://rstudio.cloud and sign up

Step 2: Go to https://rstudio.cloud/spaces/30306/join?access_code=s4hEiPXQF%2BjosPclQEzgTtR0mPWDuh7Dhr2O7wAg and click "Join Space"

Step 3: Click on "Projects" at the top, then click on the dropdown menu beside "New Project" and select "New Project from Git Repo". Use this URL: https://github.com/daattali/shiny-workshop-odsc2019

step 3

That's all you need to do! Don't worry about looking at any of the material, we'll cover it all in the workshop. All you need to do is steps 1-2-3.


The above steps assume that you'll have an internet connection during the workshop. Just in case you won't have internet, I suggest also doing the following 3 steps, to also have a copy of the material on your computer.

Optional Step 1: Install the following R packages: shiny, ggplot2, dplyr, DT, colourpicker, readr. You can use this command in R to install all these packages at once:

install.packages(c("shiny", "ggplot2", "dplyr", "DT", "colourpicker", "readr")) 

Optional Step 2: Go to https://github.com/daattali/shiny-workshop-odsc2019

Optional Step 3: Click on the green button "Clone or download" and then click on "Download ZIP". Now you have all the necessary workshop materials on your computer.