top of page

How to Run 

Where to Find the Code

  1. Firstly, get the files from the link above.
  2. Open the files in RStudio.
  3. Go to the app.R file.
  4. If you want to run locally, click the Run App icon (shown below) on the  top right corner of the window.



     
  5. If you want to deploy on the web, click blue icon on the top right (shown below) and choose to deploy the app. You need a shiny account for this, so if you don't have one, go on shinyapps.io, create one, and follow the rest of the directions to get it working.




     
  6. Once deployed, just check your dashboard on shinyapps.io and access the web app online.

The libraries I used:

  • library(shiny)

  • library(shinydashboard)

  • library(ggplot2)

  • library(lubridate)

  • library(DT)

  • library(jpeg)

  • library(grid)

  • library(leaflet)

bottom of page