This repository contains the submission for the Getting and Cleaning Data course project.
This R script depends on the dplyr package and will be installed by Packrat, a dependency management system for R.
The run_analysis.R script may be run:
source("run_analysis.R")
This will download the source data set, perform the tidying operations as described in the Code Book, and write the merged data frame table to a file. (./output/merged.txt)
Please examine the Code Book and the comments in the R script for detailed information.