Skip to content

ashfordm/getting_cleaning_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#README.md

  1. Create a directory at the R rood called GettingCleaning

  2. Copy run_analysis.R into the directory

  3. Start R studio

  4. Set the work directory

setwd("~/GettingCleaning")

  1. Load the run_analysis.R

source('run_analysis.R')

  1. Execute the "tidy process"

tidy.data()

  1. Use the resulting file for further analysis

WearableComputingData.csv

Raw data : https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip Data Description : http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones

setwd("~/GettingCleaning") source('run_analysis.R') tidy.data() trying URL 'https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip' Content type 'application/zip' length 62556944 bytes (59.7 Mb) opened URL downloaded 59.7 Mb

About

Class Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages