This repository contains the R script (run_analysis.R
) and the code book (CodeBook.md
) for the project.
run_analysis.R
: R script that performs the analysisCodeBook.md
: Describes the variables, the data, and the transformationstidy_data.txt
: Output of the tidy data set
- Download the dataset and unzip it in your working directory.
- Source the
run_analysis.R
script. - The tidy data set will be written to
tidy_data.txt
.