#Getting and Cleaning Data Project
##Files
- run_analysis.R - Script to create tidy data set
- CodeBook.md - Mark down file containing he dataset description
- excluded_feature_names.txt - Text file containing the features name not included in the generated tidy dataset
-
Download and unzip the data set ( https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip )
-
Open R command line prompt or R Studio. Set the current working directory in R as the data main directory of the data(i.e, directory with the name "UCI HAR Dataset", sample R command:- setwd("F:/personal/study/coursera/data_clean/testing/getdata-projectfiles-UCI HAR Dataset/UCI HAR Dataset"))
-
Download or copy the run_analysis.R and run it (You can use the command - source("complete_path_to_run_analysis.R")).
-
The script will create a Tidy data set in the current working directory with the name tidy.txt.