- This repo contains the requested files for the "Getting and Cleaning Data Course Project"
- The run_analysis.R file contains à R script who will download the data requested for the assignment and gather this data togeyher into two tidy datasets.
- This script needs three aditional packages to be installed in R to work properly : "dplyr", "downloader" and "tidyr". Please make sure those packages are installed on your system.
*The Codebook file give's a description of the main actions of the script. *It also provides a description of the different datasets that will be created by the scripts and the changes that are made to the original data.