The reading and tidying of data is performed by the run_analysis.R script.
At the end of execution, a tidy data set, space delimited and with headers, is written to the current directory.
See the Code Book for details about the data and script.
This script assumes it is located in the same directory into which the data set has been extracted.
It is also assumed that the dplyr and reshape2 packages have been installed locally.