This is a repository for the course "Getting and Cleaning Data" from Coursera.
This R code is for creating a new tidy data set with the average of each variable for each activity and each subject from the raw data.
You can run this code in R after downloading:
https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
Extract into the data directory under your R working directory.
The output of the code is a final table "data"
The variables are described here https://github.com/markadoucette/getdata-031/blob/master/cookbook.md