GitHub repository for the Getting and Cleaning Data course on Coursera
Script Dependencies:
- reshape
Extract the data from the URL (zip) provided by the instructions page on Coursera. You should put the data in the working directory for R, such as the same directory as the script. See source code for details.
The script will output 2 data sets as requested by the course:
- Tidy data with select variables, unchanged
- Tidy data with average of select variables grouped by
subjectandactivity
The data and transformations are described in detail in the file CodeBook.md.