You should also include a README.md in the repo with your scripts. This repo explains how all of the scripts work and how they are connected.
Script:
- Looks for all .txt files
- Sorts out some none table txt
- Reads all remaining into a list of data.frames
- Constructs a combined Training data.frame
- Constructs a combined Test data.frame
- Merges the Test and Training data.frames
- Subsets that dataframe to only mean and std columns
- Calculates all the columns means by subject and activity
- writes the summary information to a file Tidy.csv