Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 523 Bytes

File metadata and controls

12 lines (7 loc) · 523 Bytes

Read me

This repository contains the source code for week 3 programming assignment. Below are the list of files

  • run_analysis.R : Contains the R script code that analyzes and generates the tidy data set. this script need to be placed inside "getdata-projectfiles-UCI HAR Dataset\UCI HAR Dataset" folder.

  • CodeBook.md : this file describes the script and execution flow.

The script uses data.table package so in the execution environment this package needs to be installed using install.packages("data.table")