- README.md - This file.
- CodeBook.md - File containing information on dataset, including variables and transformations performed.
- run_analysis.R - R Script designed to collect, aggregate, and clean up data.
####NOTE: The dplyr and tidyr packages must be installed for this script to function.
- Set working directory of your choosing.
- Save
run_analysis.Rto working directory. - Download compressed data set.
- Unzip raw data and copy the
UCI HAR Datasetfolder to working directory. - Using either R or RSTudio, execute
source("run_analysis.R"). - Tidy data set will be output to
meansBySubjectAndActivity.txtin working directory.