/Getting-and-Cleaning-Data-Project

a coursera project of Getting and Cleaning Data

Primary LanguageR

Getting and Cleaning Data Project

How to run

  1. open a R console or other R IDE.
  2. set the root directory as working directory.
  3. run command source("run_analysis.R") to load the file.
  4. call function analysis() to get the tidy data

##Script structure

  • run_analysis.R
    • read_and_merge_data.R
    • extract.R