This is the final assignment for the Coursera Course "Getting and Cleaning Data", part of the Data Science Specialization.
The purpose of this project is to demonstrate your ability to collect, work with, and clean a data set.
In this repo are 3 files:
- CodeBook.md - This describes the raw data used for the project, the resulting tidy data, and the transformations made to go from raw data to tidy data.
- run_analysis.R - This is the script that can be executed to download and read the raw data and perform the necessary transformations to create the tidy data.
- tidydata.txt - This is the resulting tidy dataset.