/getting-cleaning-data-assignement

Peer Assessments / Getting and Cleaning Data Course Project

Primary LanguageR

Getting and Cleaning Data

Course Project

The following files are in scope of this assignement:

  • run_analysis.R

    Read datasets from the Internet and execute the tasks asked by the assignement. See CodeBook.md for a detailled description of the steps executed by run_analysis.R

  • data/tidy.txt

    Resulting tidy dataset as per assignement.

  • CodeBook.md

    Description of tidy.txt and steps to transform the data.

After run_analysis.R is run, "data" folder will contain Dataset.zip (initial data downloaded from the Internet), and tidy.txt, the tidy dataset generated for the project. "UCI HAR Dataset" folder contains the original data unziped from Dataset.zip.

No libraries are required for run_analysis.R.