Description
A Comprehensive Set of Functions to Clean, Analyze, and Present Crime Data.
Description
A collection of functions that make it easier to understand crime (or other) data, and assist others in understanding it. The package helps you read data from various sources, clean it, fix column names, and graph the data.
README.md
Overview
The goal of crimeutils
is to provide a set of helper functions to make common data tasks in criminology research - clean, explore, analyze, visualize - a bit easier.
Installation
You can install the released version of crimeutils
from CRAN with:
install.packages("crimeutils")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("jacobkap/crimeutils")
Usage
library(crimeutils)