"Getting and Cleaning Data" Project

To generate the file tidy.txt, simply follow these steps:

  1. Place the file run_analysis.R inside of an empty directory.
  2. Change the working directory (line 1 in run_analysis.R).
  3. Run the script.
  4. Wait until the a zip file is downloaded.
  5. The script will create a "data" directory and unzip the file.
  6. The script should generate a file tidy.txt.

You can read more about the data and the analysis in the code book.