##Course Project for "Getting and Cleaning Data"
To run script:
Put file "run_analysis.R" into working directory which must also containing folder "UCI HAR Dataset" with the data
run: source("run_analysis.R")
Detailed description in CodeBook.md
Since the project description was ambiguous, please read CodeBook about how I understood the steps.
Also, I am aware that the lecture material provided some rules about variable names, but I decided to stick with the original variable names and use CamelCase for my own names. The original variabel names don't have underscores or dots or spaces and even thought they are not all lower case, I find them very well readable myself. They also seem reasonably descriptive to me, especially with the feature_info.txt file that was provided with the data set.