Working Procedure:
- Download the data into the current folder
- Load the three pieces of data
- Bind the data together
- Select the specific pieces of data to create tidy data
- Rename the tidy data
- Generate the mean of tidy data for each subject and activity
- Write the result into res.txt file
Code Book:
- activity_labels - a table for code:activity
- features - a table for n:fatures
- data - original combined data
- tidy_data - specific data selected
- res - result data generated