README.md

CrimeRateUSA Shiny Application

The goal of this project is to show different rates of four main crimes: Murder, Assault, UrbanPop and Rape, accross the US State, in an choropleth map. The Shiny App has two widgets: one for selecting which crime to select and a slider to choose the range you're interested into.

Installation

# first install the following packages, if not installed
install.packages("shiny")
install.packages(c("maps", "mapproj"))

Usage

# To run it, please use the following command:
shiny::runGitHub("CrimeRateUSA", "CodingNina", ref ="main")

Dataset

The study consists of 1 dataset named "CrimeRateUSA" from year 1973. This data set contains statistics, in arrests per 100,000 residents for assault, murder, and rape in each of the 50 US states in 1973



CodingNina/CrimeRateUSA documentation built on Dec. 17, 2021, 2:59 p.m.