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

https://github.com/jglchen/getting-and-cleaning-data

Coursera Course: Getting and Cleaning Data
https://github.com/jglchen/getting-and-cleaning-data

Last synced: about 2 months ago
JSON representation

Coursera Course: Getting and Cleaning Data

Awesome Lists containing this project

README

          

# Getting-and-Cleaning-Data
Coursera Course: Getting and Cleaning Data

Instruction

1. Download the data set of [https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip](https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip) and unzip into your work directory.
2. You should see a directory of "UCI HAR Dataset" under work directory.
3. Load RStudio and load R script of "run_analysis.R"
4. Run the R script using run_analysis() and after execution of the function has finished, you will see merged_data.txt and calculated_data.txt in the directory of "UCI HAR Dataset".