John-Hopkins-Cleaning-Data-Final-Project
Final project R script explanation
- Used Libraries
- Set directory for train sets
- Read Train sets
- Activity Names for train sets
- Bind Train sets
- Set Names for train data frame
- Set directory for test sets
- Read test sets
- Activity Names for test sets
- Bind Test sets
- Set Names for test data frame
- Set directory for tidy data set
- Bind Train and test sets
- Change variable names for tidy set
- Subset for mean and std variables
- Create Tidy data and write tidy.txt