Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emaasit/developing-data-products
https://github.com/emaasit/developing-data-products
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/emaasit/developing-data-products
- Owner: Emaasit
- Created: 2014-12-01T05:01:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T14:56:39.000Z (over 10 years ago)
- Last Synced: 2023-02-27T18:03:38.864Z (over 1 year ago)
- Language: R
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Developing Data Products: Course Project
**crimeVis** was created as my course project for Coursera's [Developing Data Products](https://class.coursera.org/devdataprod-004) class. It demonstrates my understanding of the Shiny framework and how it extends R's already incredible capabilities as an interactive web application - without extensive knowledge of web-programming languages.
crimeVis sports a very simple user interface that requires a single user input (i.e., type of violent crime) through Shiny's **selectInput** widget and quickly creates a colorful **choropleth** map of violent crime rates across the U.S. in 1973. The data comes from the **USArrests** dataset, which is provided in the **datasets** library that comes pre-packaged with all R installations.