Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 863 Bytes

File metadata and controls

17 lines (11 loc) · 863 Bytes

CleaningData-blob-master-project1

Project1 of the CleaningData Course on Coursera

Getting and Cleaning Data This is a repository the project1 for the "Getting and Cleaning Data" Coursera course from JHU.

Course Project

The code points to the location of the UCI HAR Dataset directory provided in the project. The code also downloads the zipped file, and extracts the contents to where they can be easily referenced from the code.

The submitted run_analysis.R can be put in any location.

Location of this file must be used to setting the working directory in RStudio, using command, setwd("<>") To load the file, source("run_analysis.R") must be run.

Results: Cleaned data text file (merged_and_cleaned.txt) and data set with averages text file (data_set_with_the_averages.txt) are generated and kept in the working directory