This is my repository for the code related to coursera course Getting and Cleaning Data
- download and Unzip the datasource https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip into /Users//Documents/RLearning/data
- create run_analysis.R and save into /Users//Documents/RLearning
- open RStudio and set the working directory as /Users//Documents/RLearning
- source("run_analaysis.R") in RStudio
- read dataset using read.table("./data/data_set_with_the_averages.txt")