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
- Host: GitHub
- URL: https://github.com/logancyang/courseproject_getcleandata
- Owner: logancyang
- Created: 2014-07-26T23:45:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T23:59:24.000Z (almost 12 years ago)
- Last Synced: 2025-02-08T13:42:55.788Z (over 1 year ago)
- Language: R
- Size: 234 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.