This is meant for a course project to show the steps of how to prepare a tidy dataset that can be used for later analysis.
- README.md
- CodeBook.md - describes the variables, the data, and transformations performed to clean-up the data.
- run_analysis.R - R script to merge, clean-up, transform, and summarize the data.
- run_analysis.text - output file generated by run_analysis.R script.
- Read through the CodeBook.md and the run_analysis.R script to have a general understanding of the project, the variables, data transformations, and output file.
- Download and place the data in a directory called UCI-HAR-Dataset.
- Run the run_analysis.R script to generate the tidy dataset.