This repo contains my course project, for the "Getting and Cleaning Data" course.
It contains the main file which performs all the computations is run_analysis.R and the needed txt data source files.
Clone this repo.
load the run_analysis.R file in RStudio or r with source("run_analysis.R") in a folder with all the needed data files.
The output is a file mean_data.txt with the calculated means.