This repo is for the project assignment of Getting and Cleaning Data course on Coursera(https://class.coursera.org/getdata-008).
According to the requirement, it contains following fold and files:
- README.md this file
- UCI HAR Dataset this fold contains the raw data download and unzip from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
- CodeBook.md a code book that describes the variables, the data, and any transformations or work that you performed to clean up the data
- run_analysis.R R script to carry out the data clean up work
- result.txt a txt file created with write.table() using row.name=FALSE in final setp of run_analysis.R