Skip to content

amansur/gettingcleaningdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

R script to tidy 'Human Activity Recognition' dataset

Files included

  • run_analysis.R - script should be in same directory as dataset (i.e. in the same directory as README.txt included with original dataset); script will create a file called tidyData.txt with wide form tidy data
  • README.md - this file
  • CodeBook.md - contains description of original dataset, tidy dataset, and data transformations

Instructions

  • Execute run_analysis.R
  • Tidy dataset may be read into data table with following command: tidyData <- read.table('tidyData.txt', header=TRUE)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages