#Getting and Cleaning Data Project (README.md)
==================
Description of run_analysis.R
==================================
- import list of features and list of activities
- read and column binding test data (subjects,activities and features)
- read and column binding training data (subjects,activities and features)
- append test data to training data
- Extracts only the measurements on the mean and standard deviation for each measurement (only measurements ending with mean() or std() are retained)
- shift each retained feature by two columns : subject and activity columns already added
- join with activity_labels dataset to add activity labels
- average each variable by each activity and each subject
- reshape data (columns names modified by sqldef function) and advance labels column to be next to activities codes
- write data to txt file
==========
script generated and tested under this environment:
R version 3.1.0 (2014-04-10) -- "Spring Dance"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)