Getting and Cleaning Data Project
Stephen Rojak
The code book describes the data sets that are produced by this project.
The definition of an R function that will obtain the project data from the input data.
dfSummary <- run_analysis("fullDataSet", "dataPath")
"fullDataSet" the name of the data.frame to create containing the full result data.
"dataPath" the path to the folder containing the root of the source data.
A data set containing the summarized data as described in the code book.
A file containing the full data set produced by run_analysis().
A file containing the summary data produced by run_analysis().