From the official website, we get separate csv files for different variables, including total number of incidents, in years from 2014 to 2018. First of all, we transform those csv files into dataframes in R.
# Read the incident files into dataframes education_2015 <-read.csv("./Data/education_attainment_2015.csv")