The purpose of this project is to demonstrate the ability to collect, work with, and clean a data set. The goal is to prepare a tidy data that can be used for later analysis.
This repository includes the following:
run_analysis.R
: An R script that collects and prepares a tidy data set to be used for later analysis,TidyDataSet.txt
: The tidy data set prepared using the above R script,CodeBook.md
: A code book that describes the variables, the data, and any transformations or work that you performed to clean up the data,README.md
: Explains how all of the scripts work and how they are connected.