This is the repository that contains implementation of the Course Project of the "Getting and Cleaning Data» course that you may find in coursera.org.
This is implementation by @ihtiihti.
The repository consists of three files:
- README.md -- this file
- CodeBook.md -- the file that describes implementation details
- run_analysis.R -- the R file that contains all source
To generate your tidy data, go through these steps:
- Download and unpack raw data Data Set.
- In
run_analysis.R
file change the paths indata.set.directory
(the full path to the directory where raw data were unpacked in in the previous step) and intidy.data.file
(the name of the file where tidy data have to be stored). - Run
run_analysis.R
- After successful run of the script you shall find a text file with tidy data.
Enjoy!