R script performs the following actions:
- reads in data
- filters x columns to ones that have "mean" or "std" in the name
- appends columns for subject, x, and y to both test and train sets
- creates useful column names using the features.txt descrpitions
- appends rows from test and train sets
- joins to get descriptive values for "Y" from activity.labels
- summarizes mean values for each subject and activity by variable
- writes out tidy result file