Data used

All data used for this project comes from www.evl.uic.edu/aej/424/18p1data.zip This data was read into a R file in Rstudio and minipulated to create various graphics; incluing charts, a map, pie charts, and a line chart. All charts are in the photo below.

Libaries

I used the following libaries in my solution: library(shiny), library(shinydashboard), library(ggplot2), library(lubridate), library(DT), library(jpeg), library(grid), library(reshape2), library(leaflet),

I will note some seginifigant libaries below

library(shinydashboard)

Withouth the shinydashboard libary i would not have been able to format any of my visuilizations. This libary allowed me to create and style my header as well as denote how much space i wanted each of my graphs to take up.

library(ggplot2)

This libary was used to create all of the graphics(pie charts, bar charts, line graphs, ext) in the webpage, without this I would not have been able to have any visualizations

library(leaflet)

Leaflet allowed me to create the google maps interface at the bottom of my webpage