Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 582 Bytes

File metadata and controls

7 lines (6 loc) · 582 Bytes

Getting and Cleaning Data Course Project

This project provides an ability to prepare tidy data set based on Human Activity Recognition Using Smartphones data set. The project includes the following files:

  • README.md
  • run_analysis.R: script that generates the tidy data set. The original dataset should be placed to the script working directory. The output file name is tidy.txt.
  • CodeBook.md: code book that provides the description of variables, data set and transformations performed.