Data Wrangling
Overview
We take a first step in using R for data engineering by finding out how to wrangle data into a suitable form for subsequent analysis. For this we use one of the core tidyverse packages dplyr, which contains a host of functions - or verbs - for data manipulation.
Download
Download and open the content project for this week:
04-content.zip: Download this file, unzip it, and double-click on04-content.Rprojto open it in RStudio.
Readings
TipExploring Data Science with R