Data Wrangling and Visualization

DWVpack sticker


DWVpack is a package developed for crime analysts and criminologists interested in learning data wrangling and visualization with open-source data.
It includes datasets and helper functions used in the Open-Source Data Wrangling and Visualization for Crime Analysts course in the Master of Science in Crime Analysis program. The course is taught in the School of Criminology and Criminal Justice at Arizona State University.


DWVpack is a companion package to the book Data Wrangling and Visualization for Crime Analysts.


Installation

To install DWVpack from GitHub:

# install devtools (if not already installed)
install.packages( "devtools" )  

# install the package from the Github repository
devtools::install_github( "jacobtnyoung/DWVpack" )

Example Usage


# load the library for DWVpack
library( DWVpack )



Issue Reporting

If you encounter a problem with the package or have suggestions for improvement, please submit an issue to the Github Issues page for this package. Thanks in advance!