Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 605 Bytes

getdata_032

This repository contains:

  • A script run_analysis.r
  • A dataset tidy_data.txt
  • A code book CodeBook.md

run_analysis.r

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

tidy_data.txt

This file is a dataset generated by the script run_analysis.r. The script will generate it on your working directory.

CodeBook.md

This file describes the process that run_analysis.r makes to generate the tidy_data.txt.