This is a code for course project in assignment for getting and cleaning data (coursera).
This repository contain following files:
- README.md (this file)
- CodeBook.md
- courseProject.R
When you run the script (courseProgect.R), you have to prepare "UCI HAR Dataset" folder in your working directory. You can download it from here: https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
Set working directory on your platform using setwd()
function and run courseProject.R
in R, and you get step5.txt
on your working directory.