library(tidyverse)
library(janitor)
library(fs)
Data import and cleaning
This notebook is a starting point for you in the Special Education project following up the Houston Chronicle’s Denied series. This project has the data necessary to complete the Denied Cleaning chapter in Reporting with Data in R.
Setup
Setting up the packages we’ll use, tidyverse and janitor.