An open API service indexing awesome lists of open source software.

https://github.com/logancyang/courseproject_getcleandata

Course Project of Getting and Cleaning Data @ Coursera
https://github.com/logancyang/courseproject_getcleandata

Last synced: about 1 year ago
JSON representation

Course Project of Getting and Cleaning Data @ Coursera

Awesome Lists containing this project

README

          

---
title: "README"
author: "Logan Yang"
date: "July 26, 2014"
output: html_document
---

Please be informed that if you want to run the R code in this repo, you should first download the dataset from the link:

[Original Dataset](https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip)

And adjust the file paths in the R code to the paths where you put the files on your local machine in order to run it correctly.

### File Description

*run_analysis.R*:
The R code used to obtain the target data set *dataset_byLogan.txt*.

*dataset_byLogan.txt*:
The target data set as required by **Getting and Cleaning Data, Coursera** course.

*CodeBook.md*:
The description of the new data set, steps of transforms.