This repository contains my answers to the Reproducible Research Week 2 assignment.
The assignment description is contained in the README_assignment.md file.
To reproduce the results
- Clone this repository
- Unzip the activity.zip data file (it contains activity.csv)
- Knit the R markdown file PA1_template.Rmd
Note: In RStudio knitr('PA1_template.Rmd') In R console you will also need to rmarkdown::render('PA1_template.Rmd', html_document())
The results (including the code required to get the results) can be viewed in the PA1_template.md or PA1_template.html files