This README provides the instructions on how to use the R
to complete the course project for Getting and Cleaning Data course, offered by the Johns Hopkins School for Public Health via Coursera.
If you would like to learn about the data for this project, please refer to the CodeBook.md
Markdown file included in this repo. This Markdown file includes the steps to create the tidy dataset, which is also included in this repo.
- Clone repo to your local machine
- Set working directory
- Source the
R
script file inRStudio
or in theR
environment: source("run_analysis.R") - Run the program
NOTE: This will take a few seconds to complete due to the data structure and size.