Purpose of this project is to apply course material learned during the Getting and Cleaning Data course.
Course page: link
Project page: link
More details in the CodeBook.md file
To run the script please you must have the R sofware installed on your computer.
Script is run_analysis.R
The script uses data available from internet getdata_projectfiles_UCI HAR Dataset.zip
Please unzip this archive under the same folder as the script. The dataset folder must be named UCI HAR Dataset/
Under R environment type:
source("run_analysis.R")
The script runs and writes the output activityMeasure.csv on the same folder where the R script was executed.