Learning

EDA and Basic Data Munging with Public Data

What are we about to do? Learn the most important idioms for data munging in R Apply them to an open data example By the end, I hope you can use these skills to repeat this process with data you find What Data Are We Using? Kentucky Department of Education College and Career Readiness Data Easily Found on their website Step 1: Load Up Tidyverse and Read In Data library(tidyverse) ccr_data <- read_csv('.