This is the course project for the Getting and Cleaning Data Coursera class.
- First, download the dataset from this link.
- Then extract the zip somewhere.
- Run R, and make the location of the extracted files your working directory.
- Source
run_analysis.R
. - The
RunAnalysis()
function will extract the relevant data from the dataset, and make it tidy.
See the code book for information about the variables.