Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 833 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 833 Bytes

#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