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!
Our project includes the following files/folders:
app.R
contains the server
and ui
of our app.R
files contain components of our app that are sourced
into app.R
footer.hmtl
contains HTML and CSS code for our footerscratchpads
folder contains our data wrangling and
visualizations before they go into the shiny appdata
folder contains the main data for our project. It is
called Civilian Complaints Against New York City Police
Officers. It was retrieved on April 29, 2021 from
ProPublica.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: