In this homework we were asked to do basic data visualization of mass shootings in the United States.
- mass-shootings.md is a Markdown file including the visualizations and code used to create them.
You should have the following packages installed:
library(tidyverse)
library(rcfss)
rcfss
can be installed from GitHub using the command:
if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("uc-cfss/rcfss")