Skip to content

Latest commit

 

History

History
executable file
·
35 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

executable file
·
35 lines (31 loc) · 1.23 KB

Getting and Cleaning Data


###Introduction

The following file contains the system information and list of instructions to reproduce and create a set of tidy data which is then written to the "tidy_features.txt" file based on the "UCI HAR Dataset" data.

###Script dependencies

R and Platform information
platform x86_64-apple-darwin13.4.0
arch x86_64
os darwin13.4.0
system x86_64, darwin13.4.0
status
major 3
minor 1.2
year 2014
month 10
day 31
svn rev 66913
language R
version.string R version 3.1.2 (2014-10-31) nickname Pumpkin Helmet

Package dependencies
dplyr 0.4.1

###Instructions

  • Download the "UCI HAR Dataset" file
  • Unzip it's contents in the same directory as this script(without renaming the directories/files).
  • Set the working directory to the same as this scripts.
  • Execute the "run_analysis.R" script