Coursera Project
The Coursera Project was completed in January 2016, with this project submission deadline being 31st January. The R script file run_analysis.R is the script file for creating a neat and tidy data set which does the following functions-
- Install the required packages and libraries.
- Downloads the zip file from the given url.
- Merges training and testing data set to create a single data set.
- Manipulates data to extract only the mean and standard deviation of the measurements.
- Appropriately labels the data set with variable names.
- Creates a subset of the TidyData set with the average of each variable for each activity and each subject.
- Generates the output in TidyData.txt file.