Getting and Cleaning Data----Peer Assessments
The script file is run_analysis.R.
My steps are as follows:
-
Making a function for processing the given data.
-
Using the function to load the data called train and test
-
Merging the 2 data sets into one new data set
-
Loading the data of activity_labels
-
Merging the 2 new data by activityCode into a final data
-
Processing the final data and save the results as requested.
-
Writing the Readme.md and push the R scripts and Codebook to github
-
Uploading the tiny data set to the coursera submission page.
Thank you for your review and your time.