This repository contains a solution to the peer-graded programming assignment of the Coursera course Getting and Cleaning Data.
The repo includes the following files:
README.md: this file, describing the repository,CodeBook.md: describing the data, variables, applied transformations, and the generated results,run_analysis.R: the R script, that downloads and processes data from the UCI data repository, generatingout/har-tidy.txtandout/har-summary.txttransform_column_names.R: a helper functions used to improve the raw column names (used byrun_analysis.R)