Skip to content

elslammo/GettingAndCleaningData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Coursera class 'Getting and Cleaning Data' / Final Course Project - README

Author: Lisa Salmon // Date: October 26, 2014

The purpose of the final course project for Coursera class "Getting and Cleaning Data" (https://class.coursera.org/getdata-008/) is to take a given set of multiple data files, and create a single tidy data set that is ready for further analysis.

The final submission includes the following:

Notes

  • Before running the run_analysis.R script, the original data files must be downloaded and extracted. Full details are included in the CodeBook.md file.

  • The submitted tidy data set can be most easily viewed by first downloading the tidy_data_set.txt file and running the following commands in R:

      data <- read.table(path-to-file, header = TRUE)  
      View(data)
    

    path-to-file must be replaced by the full path to the file on your local computer.

About

Final course project files for Coursera class "Getting and Cleaning Data" (https://class.coursera.org/getdata-008/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages