Skip to content

chriskopec/datascience-getdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Course Project README

The run_analysis.R script contains a function run_analysis() that will generate the tidy data described in step 5. The dataset should be in the working directory in a directory called 'UCI HAR Dataset'.

To produce the results described in step 5 perform the following steps:

  1. Load the run_analysis.R script

  2. data <- run_analysis()

  3. write.table(data, "run_analysis_results.txt", row.names = FALSE)

About

Course project for data science class getting and cleaning data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages