run_analysis.R
- script should be in same directory as dataset (i.e. in the same directory as README.txt included with original dataset); script will create a file calledtidyData.txt
with wide form tidy dataREADME.md
- this fileCodeBook.md
- contains description of original dataset, tidy dataset, and data transformations
- Execute
run_analysis.R
- Tidy dataset may be read into data table with following command:
tidyData <- read.table('tidyData.txt', header=TRUE)