/GettingAndCleaningData

Repository for Coursera course "Getting and Cleaning Data"

Primary LanguageR

Executing script

  • Download the data set and run_analysis.R script in a folder.
  • Extract zip file ("Extract here" option). A sub-folder named "UCI HAR Dataset" will be created.
  • Set folder (not sub-folder) to be working directory (setwd command).
  • Execute: source("run_analysis.R").
  • The tidy dataset should be created in the current directory as "tidy.txt".