#README.md
-
Create a directory at the R rood called GettingCleaning
-
Copy run_analysis.R into the directory
-
Start R studio
-
Set the work directory
setwd("~/GettingCleaning")
- Load the run_analysis.R
source('run_analysis.R')
- Execute the "tidy process"
tidy.data()
- 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