Data Science Project for the Cleaning Data course
- README.md - this file
- codebook.md - the analysis cookbook
- run_analysis.R - the analysis script
Download the Samsung data to a local folder and place the run_analysis.R in that folder, possibly using:
-
download.file( "https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip", destfile = "uci-har.zip") -
unzip("uci-har.zip")
Run the script to get the tidy_data.txt file containing the tidy data.