This project demonstrates the ability to collect, clean, and prepare a tidy dataset for later analysis.
run_analysis.R
: Main script to process the data.tidy_data.txt
: The final tidy dataset.CodeBook.md
: Describes the data and transformations.README.md
: Instructions and project description.
- Clone the repository.
- Place the script (
run_analysis.R
) in your working directory. - Run the script:
source("run_analysis.R")