Skip to content

volkerholloh/gettingAndCleaningDataCourseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#getting-and-cleaning-data-course-project

Preparation

Dependencies

The script run_analysis.R needs the libraries plyr and reshape2. Please install them, if you need to. Then you load them via library("plyr")and library("reshape2").

Running the analysis

  • Change the working directory in R to the above directory.
  • Source the script in R: source("run_analysis.R")
  • Execute the function startTidy with no arguments: startTidy()

Two datasets will be written to your working directory now: tidy1.csv and tidy2.csv

Codebook

Information about the datasets is provided in CodeBook.md.

Code

When startTidyis called by the user, the functions getTidy1and getTidy2 are executed, generating the two output files.

The code contains detailed comments on how the script is working.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages