Skip to content

syl20bnr/getdata-005

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data

How to clean the data

  • load run_analysis.R

  • execute the function:

      data <- clean_data()
    

Note: the clean_data() function will download and extract the data set

Create a tidy data set

  • load run_analysis.R

  • execute the functions:

      data <- clean_data()
      write_avg_tidy_dataset(data)
    

You should get a file named avg_tidy_dataset_getdata-005.txt in the repo.

Getting more info

Read the cook book contained the CookBook.md file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages