This repository hosts required files for the assignment of the "Getting and Cleaning Data" Data-Science course.
This project demonstrates skills in the collection and cleaning of data sets.
Human Activity Recognition Using Smartphones dataset from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
CodeBook.md - Describes the variables, the data, and the work that has been performed to clean up the data.
run_analysis.R - The script with compiled code that has been used for this work.
TidyData.txt - The clean dataset file that will be created when the run_analysis is executed. The data in this file includes means and standard deviations extracted from the activity & subject variables of the dataset.