The repository contains a script run_analysis.R that performs the following steps:
- install and load 'dplyr' package
- load activity and feature names
- load accelerometer, subject and activity data sets for both training and test data
- add meaningful names to data sets
- merge accelerometer, subject and activity data for both training and test data
- combines training and test data
- extract variables that relate to mean and standard deviation of measurements
- group, summarise and order data by subject and acitivity and output to file 'tidy.txt'