This repository is an implementation of project assignment in Getting and Cleaning data course (Coursera).
In order to run the code you need to meet the following pre-requisities:
- R Version 3.1.2
- R package data.table 1.9.4
- download, extract, and store data
- configure
dir
variable at first line inrun_analysis.R
- this is a name of directory where downloaded data are available. It has to be a sub-directory of your working directory (as indicated bygetwd()
) - run code in
run_analysis.R
- use data frame
out_df_aggregated
to perform additional analysis
CodeBook for output data is available here - description of raw data transformation is also described here.
In case you have any problems running this analysis, please file a bug here on github.