This repository contains:
- A script run_analysis.r
- A dataset tidy_data.txt
- A code book CodeBook.md
This script makes an analysis of the UCI HAR Dataset.
In order to run this script you will a R 3.2.2 with the libraries data.table and reshape2.
The script will collect data from the directory ./data/project/UCI HAR Dataset
This file is a dataset generated by the script run_analysis.r. The script will generate it on your working directory.
This file describes the process that run_analysis.r makes to generate the tidy_data.txt.