Skip to content

timbrown81/Getting-and-Cleaning-Data-Course-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Getting-and-Cleaning-Data-Course-Project

Course project assignment for Getting and Cleaning Data.

This github repository includes the data downloaded from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

The data has been downloaded and unziped into a subfolder under the project /data/data\UCI HAR Dataset.

To run this solution set your working directory to be the directory you downloaded the project into. To execute the script simply execute the following command from within RStudio: source('run_analysis.R')

This script will read in the various datafiles, extract out just the columns containing mean or std data, add activity descriptors and subject identifier. Once complete it will output the file into both txt and csv files.

About

Course project assignment for Getting and Cleaning Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages