This repo contains a script to clean accelerometer data obtained from a Samsung gear watch.
This repo has the following files:
- run_analysis.R : A script to merge the test and training data provided in the database into one file and create the file "FinalData.txt"
- FinalData.txt : It is the file created by running run_analysis.R on the database.
- codebook.md : describes the steps followed to create "FinalData.txt" along with all the code used in R.