The run_analysis.R
script performs the following functions:
- downloads & unzips the UCI HAR Dataset if it's not already present
- creates a single data set containing all mean and std_dev observations from both the Training and Test datasets
- saves that combined data set as
mean_and_std_obvs.csv
- calculates the required averages from the combined data set and saves it to
averages.csv