The file run_analytics.R will do the following:
- Download and unzip file if not found
- Merge the training and testing data sets into one
- Select only columns that have to do with mean and standard deviation
- Replaced labels with descriptive activity names
- Appropriately relabels the data set with descriptive variable names
- Takes the average for each variable based on activity and subject
- Creates the file tidy.txt once it is done
The code book will contain variable names found in tidy.txt with information on how they are created and what do they mean and what are the values they have.
This file contains the output once run_analytics.R finishes.