project is to demonstrate your ability to collect, work with, and clean a data set. The goal is to prepare tidy data that can be used for later analysis.
The dataset being used is: Human Activity Recognition Using Smartphones
Files
The code takes for granted all the data is present in the same folder, un-compressed and without names altered.
CodeBook.md describes the variables, the data, and any transformations or work that was performed to clean up the data.
run_analysis.R contains all the code to perform the analyses described in the 5 steps. They can be launched in RStudio by just importing the file.
The output of the 5th step is called averages_data.txt, and uploaded in the course project's form.