This repo contains my project to Coursera : "Getting and Cleaning Data".
There is one script called "run_analysis.R" that contains the code that does the following:
- Download UCI HAR Dataset zip file to "data" dir.
- Read the data.
- Do some transformations and tidying on the data.
- Write output data to a text file named "tidyset.txt"