Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 933 Bytes

File metadata and controls

19 lines (13 loc) · 933 Bytes

Getting and Cleaning Data: Course Project

This repo contains the input data and the R script to answer the project requirements.

Steps to get the input data in your working directory

Performing the data analysis

  • Copy the run_analysis.R script to your working directory
  • The R script was created and tested on a OS X operating system machine
  • Set the working directory of your R workspace to the directory where the input data and the R script reside
  • Run the R script: source("run_analysis.R")
  • An output data file "dataFinalAverages.txt" will be created