Author: Brian Engelhardt
Date: June 19, 2014
The following are the necessary steps to use run_analysis.R to create a tidy data set.
- Download the run_analysis.R script to your R working directory
- Download the "UCI HAR Dataset" from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
- Unzip the dataset, so that the top level folder ("UCI HAR Dataset") is in your R working directory.
- Source the run_analysis.R script
- Execute the run_analysis() function.
- The script will produce an output file in the working directory called "tidy_data.txt"