KristenZhao / Baltimore_Crime_Browser

:oncoming_police_car: You gotta keep the devil way down in the hole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baltimore Crime Browser

Install

# install.packages("shiny")
# install.packages("shinydashboard")
# install.packages("dplyr")
# install.packages("leaflet")
# install.packages("ggplot2")
# install.packages("lubridate")

shiny::runGitHub("seankross/Baltimore_Crime_Browser")

This application is an example of a dashboard that can be quickly prototyped and deployed in order to visualize crime in Baltimore City. The dashboard includes the following features:

  1. An interactive map of Baltimore including:
  • Clustered crime events
  • Popup text for each event with crime details
  1. Widgets that provide aggregate summaries of crime events.
  2. A calendar that allows the user to filter crime events by date. This calendar is consistent throughout the app.
  3. Visualizations of crime over time and by type of crime.

About

:oncoming_police_car: You gotta keep the devil way down in the hole


Languages

Language:R 100.0%