Course Project for the course Getting and Cleaning Data at Coursera
To use the script run_analysis.R perform the following steps:
Create a directory where you want to perform the operation (e.g., /home/user/R/Project)
Extract the dataset (https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip) into a folder (e.g, /home/user/R/Project/)
Set the working directory as: setwd("/home/user/R/Project/")
Run run_analysis.R as: source("run_analysis.R")