GitHub - scientificdata/gettingAndCleaningData: An implementation of the final project in the course "Getting and cleaning data", by Coursera · GitHub
Skip to content

scientificdata/gettingAndCleaningData

Folders and files

Repository files navigation

Getting And Cleaning Data Project

This repo includes an implementation of the final project in the course "Getting and cleaning data", by Coursera.

The file run_analysis.R performs the following user defined methods:

  • readFromFiles: reads the data from the Samsung files.
  • describeActivities: describes the activities in the test and learn datasets according to the documentation, giving it more readable names rather than an enum.
  • createDataSet: merges all the data obtained from seperated files into a single data set.
  • addDimensionsToDuplicatedColumns: adding X,Y,Z to the names of columns which are duplicated.
  • getSummaryStatistics: calculates the average data
  • export: exporting the results to a text file

About

An implementation of the final project in the course "Getting and cleaning data", by Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors