Coursera - Getting and Cleaning Data - Course Project
Raw data: http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones
General script description:
- Read variables labels needed for the resulting dataset using a regexp.
- Read source files, bind columns of each set (train, test), concatenate sets.
- Replace activity codes with names.
- Name variables.
- Aggregate initial data to form a resulting ("tidy") dataset.