/getdata

Course project for https://class.coursera.org/getdata-011

Primary LanguageR

Readme

This is the course project for the Getting and Cleaning Data Coursera class.

How to use

  1. First, download the dataset from this link.
  2. Then extract the zip somewhere.
  3. Run R, and make the location of the extracted files your working directory.
  4. Source run_analysis.R.
  5. The RunAnalysis() function will extract the relevant data from the dataset, and make it tidy.

See the code book for information about the variables.