- reshape2
- Activity lables
- Features file
- Training files ** x_train ** y_train ** subject_train
- Test files ** x_test ** y_test ** subject_test
- Apply column names from feature list files
- Combine train and test X data
- Combine train and test Y data
- Combine subject ID data
- Create a map of activity number to activity name
- Merge activity name to sensor data by activity ID
- Add subject ID numbers to our sensor data
- Convert the full data into a table for easier manipulation later
- Get only the column names that end itn std() or mean()
- Melt our full data set that has these features ** Only the coulmns we selected above ** Is tall and skinny with columns for subject ID, acitivity name, measurement name and value of measurement ** Has clear column names
- Write out a delimited txt file