/intro_to_shiny_workshop

Building Web Applications with Shiny (Workshop Material)

Primary LanguageR

Building Web Applications with Shiny

This repo includes the material for the "Building web applications with Shiny" workshop, conducted at SatRday Johannesburg - 2019

Getting Started

Environment

Option 1 (Rstudio Cloud)

  • Follow this link link to access the SatRday Johannesburg Workspace on Rstudio Cloud.
  • Sign up or login using Github/google accounts.
  • Click on intro_to_shiny_workshop project.

Option 2 (Local)

  • Install R.
  • Install Rstudio.
  • Make sure the following packages are installed ("tidyverse", "shiny", "shinydashboard", "shinythemes", "plotly", "zoo").
  • Clone this repo git clone https://github.com/OmaymaS/intro_to_shiny_workshop.git.
  • Make sure to git pull origin master the latest version before the workshop.

NOTE: For more details about R and Rstudio installation, check Installing R and RStudio section in ModernDive book.

TO DO
  • Add scripts producing the raw data used in the workshop.