-
The script will check for required packages and install them if needed.
-
The script will check for the UCI HAR Dataset directory. If the directory does not exsist, it will download the zipfile and unzip it.
-
The script will load activity labels, data column names. The column names will be cleaned.
-
The script will extract only the measurements on the mean and standard deviation for each measurement.
-
The script will load and process the testing data.
-
The script will load and process the training data.
-
The script will merge testing and training data and add labels.
-
The script will create a tidy data set a write the tidy dataset to a tab-delimited file called tidy.txt.
The CodeBook.md file explains the data and variables.