This is a submission by @simkimsia at GitHub for the Coursera course Reproducible Research course code: repdata-002 Project 1 in May 2014.
Below are the instructions of the problem and copied directly from the coursera
This README is divided into 2 separate files:
- My own notes (here in READMEFIRST.md)
- Problem statement (read README.md)
- Evaluator is using the activity dataset zip file and the csv file from the root folder of this project repo.
- Evaluator is using either Windows or Mac
- Evaluator has installed the packages
sqldf
,ggplot2
- Go Roger Peng's repo and fork the project
- Read the README and unzip the activity zip file.
- Realize that:
- the csv file is comma delimited
- you are supposed to load the data from the text file unzipped from the zip file
- Get the dataset correctly and you should see 17568 obs. of 3 variables. This is largely taken care of by my
load_data.R
script - Fill in the Rmarkdown file
PA1_template.Rmd
accordingly and answer the questions written inside. Feel free to write functions inside separate files and then source them inside the Rmd. - Do run the plotting functions inside the Rmd file in order to display them inside the Rmd.