mariumtapal / sds235-final-project

Spring 2021: SDS 235 Final Project
0 stars 0 forks source link

SDS 235: Visual Analytics - Final Project

A Shiny App exploring NYC Civilian Complaints about the NYPD

Our app is deployed on shinyapps.io at this link. You could also run it by cloning this repository locally and running the app.R script!

Components of this repository

Our project includes the following files/folders:

Required Packages

Our app requires the following R packages which are all available for download from CRAN:

You can run the following code in your console to install all these packages:

install.packages(c(
  "tidyverse", "shiny", "shinythemes",
  "leaflet", "plotly", "here",
  "RColorBrewer", "kableExtra",
  "htmltools", "reactable"
))

GitHub repo: https://github.com/mariumtapal/sds235-final-project

Group Members: