Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 570 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 570 Bytes

Getting & Cleaning Data Course Project

The run_analysis.R script performs the following functions:

  • downloads & unzips the UCI HAR Dataset if it's not already present
  • creates a single data set containing all mean and std_dev observations from both the Training and Test datasets
  • saves that combined data set as mean_and_std_obvs.csv
  • calculates the required averages from the combined data set and saves it to averages.csv