Project for the "Getting and Cleaning Data" course on Coursera, done by Emanuele Di Saverio <emanuele.disaverio at gmail.com>.
This course project analyzes, tidy and summarisez the Samsung accelerometer data in order to prove proficiency in the use of R packages for data manipulation like dplyr.
The code is organized as follows:
-
run_analysis.Ris the main script file, which performs all the data manipulation and tidying. It requires thedplyrlibrary to be installed in the R environment, and assumes that the Samsung data can be found in thedatasubfoldrr from the root -
data.zipis a zip of the Samsung data in raw form, available here for convenience of the reviewer. to perform the analysis, it is required that data from this package is unzipped in thedatafolder -
output.txtwhich is the output of the analysis and data tidying. It is in the format generated by the R functionwrite.table() -
CodeBook.mdthe code book file in Markdown format, detailing the various variable and column listed in the summarised data -
README.mdthe current file in Markdown format