❓ What and Why is This?
In short, a tool to support the Resident Corrections Analyst (RCA) intiative through bespoke functions written in R and data sets for learning purposes.
The library contains functions to address common exploratory data analysis tasks (e.g., codebook making and visualization) and some data sets used in RCA efforts.
🏁 Getting Started
Interested? You can install is using R. This will require a prior installation of the {remotes} package.
remotes::install_github("cllghn/rcahelpr")Once the package is installed, you may load it using the library() function or access invidivual objects using the :: accesor.
library(rcahelpr)