Getting and Cleaning Data Course Project
This is the repo for the final project for Getting and Cleaning Data Course.
UCI HAR Dataset folder downloaded from "https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip" is the input.
This repo contains the following files and folders.
run_analysis.R The r script processes the data and generated the required tidy dataset for submission.
submit.txt The text file contains the required tidy dataset for submission.
CodeBook.md A code book that describes the variables, the data, and any transformations or work that you performed to clean up the data
README.md The README file for this repo.